Skip to content

Commit 45faa7b

Browse files
committed
imporved readme
1 parent ac9331b commit 45faa7b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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)