Skip to content

Commit b384f98

Browse files
committed
Merge branch 'newFace' of https://github.com/SolidOS/solid-ui into newFace
2 parents 0a7a121 + 45faa7b commit b384f98

File tree

6 files changed

+504
-467
lines changed

6 files changed

+504
-467
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v5
2424
- name: Use Node.js ${{ matrix.node-version }}
25-
uses: actions/setup-node@v5
25+
uses: actions/setup-node@v6
2626
with:
2727
node-version: ${{ matrix.node-version }}
2828
- run: npm ci
@@ -71,7 +71,7 @@ jobs:
7171
- uses: actions/download-artifact@v5
7272
with:
7373
name: build
74-
- uses: actions/setup-node@v5
74+
- uses: actions/setup-node@v6
7575
with:
7676
node-version: 20.x
7777
- uses: rlespinasse/github-slug-action@v4.x
@@ -93,7 +93,7 @@ jobs:
9393
- uses: actions/download-artifact@v5
9494
with:
9595
name: build
96-
- uses: actions/setup-node@v5
96+
- uses: actions/setup-node@v6
9797
with:
9898
node-version: 20.x
9999
- name: Disable pre- and post-publish actions

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,14 @@ When you want to test the component within a solid-pane, you can use the [develo
119119

120120
## Adding Tests
121121

122+
One can run extisting tests with:
123+
```
124+
npm run test
125+
```
126+
or with coverage
127+
```
128+
npm run test-coverage
129+
```
122130
The following document gives guidance on how to add and perform testing in solid-ui.
123131
[Testing in solid-ui](https://github.com/SolidOS/solid-ui/blob/18070a02fa8159a2b83d9503ee400f8e046bf1f6/test/unit/README.md)
124132

0 commit comments

Comments
 (0)