package.json testing scripts
This commit is contained in:
parent
0252f9d1c3
commit
be3904cee8
1 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,8 @@
|
|||
"lint:js": "eslint .",
|
||||
"package": "rm -rf src/web-ext-artifacts && npm run build && mv src/web-ext-artifacts/firefox_multi-account_containers-*.zip addon.xpi",
|
||||
"test": "npm run lint && npm run coverage",
|
||||
"mocha": "mocha ./test/setup.js test/**/*.test.js",
|
||||
"mochaSingle": "mocha",
|
||||
"test-watch": "mocha ./test/setup.js test/**/*.test.js --watch",
|
||||
"coverage": "nyc --reporter=html --reporter=text mocha ./test/setup.js test/**/*.test.js --timeout 60000"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue