-
Notifications
You must be signed in to change notification settings - Fork 30
Development
Richard Frost edited this page Oct 7, 2018
·
3 revisions
# Getting started
npm install
# Build JS (dist) from TypeScript (src)
npm run build
# Run tests (on JS, make sure to run npm run build before testing)
npm test
# Package Extension Zip
npm run package- Open the Chrome debugger: chrome://inspect
- Click on
Open dedicated DevTools for Node - In the terminal, run the tests:
npm run debug-test
- Add
.onlyin a test (ex.describe.only(...)) - Add a
debugger;line to the code - Add a breakpoint in Chrome Dev Tools