mention building before testing

This commit is contained in:
Zeke Sikelianos 2016-10-05 22:22:01 -07:00
parent a4832c304e
commit 57852366bb

View file

@ -86,6 +86,13 @@ Test functionality using:
$ npm test $ npm test
``` ```
Whenever you make changes to Electron source code, you'll need to re-run the
build before the tests:
```bash
$ npm run build && npm test
```
You can make the test suite run faster by isolating the specific test or block You can make the test suite run faster by isolating the specific test or block
you're currently working on using Mocha's you're currently working on using Mocha's
[exclusive tests](https://mochajs.org/#exclusive-tests) feature: [exclusive tests](https://mochajs.org/#exclusive-tests) feature: