Skip to content

Commit

Permalink
test(e2e): enable forceExit (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-bompart authored Jun 15, 2021
1 parent d9f0868 commit 75fdb92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"test:headless": "node ./entrypoints/entry.js",
"test:debug": "node ./entrypoints/entry.js --debug",
"test:bash": "node ./entrypoints/entry.js --bash",
"jest": "jest --verbose --runInBand --detectOpenHandles",
"jest": "jest --verbose --runInBand --detectOpenHandles --forceExit",
"jest:debug": "node --inspect=0.0.0.0:9229 node_modules/.bin/jest --runInBand"
},
"bugs": {
Expand Down

0 comments on commit 75fdb92

Please sign in to comment.