Skip to content

Commit ef25bb1

Browse files
committed
adding testing to docs
1 parent c239a13 commit ef25bb1

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,11 @@ npm run storybook
6767
If there is no story for the component yet, add a new one to `./src/stories`.
6868

6969
When you want to test the component within a solid-pane, you can use the [development mode of solid-panes](https://github.com/solidos/solid-panes#development).
70-
70+
71+
## Adding Tests
72+
73+
Need to point to Unit test Readme.
74+
7175
## Further documentation
7276

7377
- [Some code know-how](https://github.com/SolidOS/solidos/wiki/2.-Solid-UI-know-how)

test/unit/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Solid-UI Unit Testing
2+
3+
4+
## Running Tests
5+
6+
7+
## Tips and Tricks
8+
9+
### Mock the fetcher
10+

0 commit comments

Comments
 (0)