mention building before testing
This commit is contained in:
parent
a4832c304e
commit
57852366bb
1 changed files with 7 additions and 0 deletions
|
@ -86,6 +86,13 @@ Test functionality using:
|
|||
$ 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're currently working on using Mocha's
|
||||
[exclusive tests](https://mochajs.org/#exclusive-tests) feature:
|
||||
|
|
Loading…
Reference in a new issue