Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,5 @@ window.addEventListener('core:move-down', (event) => console.log('down', event))

The tests for this module *must* be run in Electron because they depend on browser APIs.

* [`devtool`](https://github.com/Jam3/devtool) is bundled as a development dependency to run the tests.
* Native modules need to be compiled against the version of Electron included with `devtool`. **Be sure to run `electron-rebuild` be sure recompile native dependencies before running tests.**
* Tests can be run in batch mode with `npm test`
* If you want to use the debugger, profiler, etc or just speed up your flow by being able to refresh the `devtool` window to re-run tests, use the `npm run test-drive` script. This will keep `devtool` open instead of exiting after the test run.
* If you want to use the debugger, profiler, etc or just speed up your flow by being able to refresh the DevTools window to re-run tests, use the `npm run test-drive` script. This will keep the DevTools open instead of exiting after the test run.
Loading