Reminder to compile between tests

This commit is contained in:
Andrew Jones 2021-03-08 19:52:39 +10:00
parent 69d36e8c98
commit 2a0f9aa8dc

View file

@ -8,6 +8,7 @@ All unit tests are run inside a electron-browser environment which access to DOM
- use the `--debug` to see an electron window with dev tools which allows for debugging
- to run only a subset of tests use the `--run` or `--glob` options
- use `yarn watch` to automatically compile changes
For instance, `./scripts/test.sh --debug --glob **/extHost*.test.js` runs all tests from `extHost`-files and enables you to debug them.