Unit Test: ForceExit
This commit is contained in:
parent
0821d7660c
commit
46dc84e504
|
@ -13,12 +13,12 @@
|
|||
"preuglify": "npm run tmp",
|
||||
"build": "babel src -d build",
|
||||
"prebuild": "npm run eslint",
|
||||
"test": "jest --config .jest.json",
|
||||
"test": "jest --config .jest.json --forceExit",
|
||||
"test:bundlesize": "bundlesize",
|
||||
"pretest:bundlesize": "npm run uglify",
|
||||
"posttest:bundlesize": "rm -fR .tmp bundle.js",
|
||||
"test:watch": "npm test -- --watch",
|
||||
"test:coverage": "npm test -- --coverage --forceExit",
|
||||
"test:coverage": "npm test -- --coverage",
|
||||
"prepublish": "npm run build",
|
||||
"release": "np",
|
||||
"example:install": "npm run example:webapp:install",
|
||||
|
|
Loading…
Reference in New Issue