We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 995c3f4 commit b0923d5Copy full SHA for b0923d5
package.json
@@ -14,7 +14,7 @@
14
"build": "rimraf dist && rollup -m -c --environment NODE_ENV:production && npm run test:es-check",
15
"build:stats": "npm run build -- --environment WITH_STATS:true && open stats.html",
16
"lint:security": "eslint ./src --ext ts --no-eslintrc --config ./.eslintrc.security",
17
- "test": "jest --coverage --silent --forceExit",
+ "test": "jest --coverage --silent",
18
"test:watch": "jest --coverage --watch",
19
"test:debug": "node --inspect node_modules/.bin/jest --runInBand",
20
"test:open:integration": "cypress open",
0 commit comments