diff --git a/package.json b/package.json index 753f292..85d20e9 100644 --- a/package.json +++ b/package.json @@ -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" }