Skip to content

Commit

Permalink
fix: add forceExit flag for end of test
Browse files Browse the repository at this point in the history
  • Loading branch information
sifnoc committed Jan 11, 2023
1 parent 4799c1e commit 340d5f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"clean": "tsc --build tsconfig.build.json --clean && shx rm -rf coverage *.log junit.xml dist && jest --clearCache",
"link-modules": "link-module-alias",
"test": "yarn hardhat && sleep 5 && yarn test:jest",
"test:jest": "jest",
"test:jest": "jest --forceExit",
"test:trace": "LOG_LEVEL=trace PRINT_LOG=true jest",
"test:unit": "jest tests",
"test:watch": "jest --watch",
Expand Down

0 comments on commit 340d5f3

Please sign in to comment.