Skip to content

Commit

Permalink
Merge pull request #56 from chunt007/patch-7
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
timbl authored Nov 23, 2024
2 parents 4fa39ac + 8eb4883 commit acb6163
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ To run all tests:
npm test
```

If you are a first time developer/user on Windows 10, the repository may give package issues regarding webpack or jest.
If this is the case, simply run "npm audit fix" and upgrade the repository. It should work fine.

#### Unit tests

Unit tests use `jest` and are placed next to the tested file as `*.spec.ts` files.
Expand Down

0 comments on commit acb6163

Please sign in to comment.