We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4fa39ac + 8eb4883 commit acb6163Copy full SHA for acb6163
README.md
@@ -22,6 +22,9 @@ To run all tests:
22
npm test
23
```
24
25
+If you are a first time developer/user on Windows 10, the repository may give package issues regarding webpack or jest.
26
+If this is the case, simply run "npm audit fix" and upgrade the repository. It should work fine.
27
+
28
#### Unit tests
29
30
Unit tests use `jest` and are placed next to the tested file as `*.spec.ts` files.
0 commit comments