solid-ui 2.6.1-45faa7b → 2.6.1-57fa175
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -8
- package/dist/versionInfo.js +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -119,14 +119,6 @@ When you want to test the component within a solid-pane, you can use the [develo
|
|
|
119
119
|
|
|
120
120
|
## Adding Tests
|
|
121
121
|
|
|
122
|
-
One can run extisting tests with:
|
|
123
|
-
```
|
|
124
|
-
npm run test
|
|
125
|
-
```
|
|
126
|
-
or with coverage
|
|
127
|
-
```
|
|
128
|
-
npm run test-coverage
|
|
129
|
-
```
|
|
130
122
|
The following document gives guidance on how to add and perform testing in solid-ui.
|
|
131
123
|
[Testing in solid-ui](https://github.com/SolidOS/solid-ui/blob/18070a02fa8159a2b83d9503ee400f8e046bf1f6/test/unit/README.md)
|
|
132
124
|
|
package/dist/versionInfo.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.default = {
|
|
4
|
-
buildTime: '2025-10-24T07:
|
|
5
|
-
commit: '
|
|
4
|
+
buildTime: '2025-10-24T07:29:35Z',
|
|
5
|
+
commit: '57fa17562cc0905208c605fa5c638c32beecf847',
|
|
6
6
|
npmInfo: {
|
|
7
7
|
'\'solid-ui\'': '\'2.6.1\',',
|
|
8
8
|
npm: '\'10.8.2\',',
|