Skip to content

Commit

Permalink
added --forceExit to jest
Browse files Browse the repository at this point in the history
It was reported in polkadot-api/polkadot-api#327 that PAPI does not exit correctly.

Until this is fixed, we need to add this parameter
  • Loading branch information
Bullrich committed Mar 14, 2024
1 parent c265087 commit 36d7ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "node dist",
"build": "ncc build --license LICENSE",
"postinstall": "papi",
"test": "jest",
"test": "jest --forceExit",
"fix": "eslint --fix 'src/**/*'",
"lint": "eslint 'src/**/*'"
},
Expand Down

0 comments on commit 36d7ab2

Please sign in to comment.