Unit Test: ForceExit

This commit is contained in:
Jeronimo Vallelunga 2017-07-16 16:27:55 -03:00
parent 0821d7660c
commit 46dc84e504
1 changed files with 2 additions and 2 deletions

View File

@ -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",