Skip to content

Commit 2985ab7

Browse files
committed
test: remove forceExit flag
1 parent 44fb922 commit 2985ab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"lib/**/*"
99
],
1010
"scripts": {
11-
"test": "jest --silent --forceExit --coverage --testPathIgnorePatterns=core",
11+
"test": "jest --silent --coverage --testPathIgnorePatterns=core",
1212
"build": "rm -rf ./lib/ && tsc --project tsconfig.build.json && npx webpack",
1313
"publish": "npm run build && npm publish --access public",
1414
"prettier": "prettier --write 'src/**/*'",

0 commit comments

Comments
 (0)