Skip to content

Commit

Permalink
changed test command
Browse files Browse the repository at this point in the history
  • Loading branch information
Ad96el committed Oct 30, 2023
1 parent 83fa15b commit a9f883d
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 @@ -17,7 +17,7 @@
"build:cjs": "tsc -p tsconfig.cjs.json",
"build:esm": "tsc -p tsconfig.json",
"clean": "exec git clean -xf -e 'node_modules' '*'",
"test": "jest test"
"test": "jest test --detectOpenHandles --forceExit"
},
"dependencies": {
"@kiltprotocol/sdk-js": "^0.33.1",
Expand Down

0 comments on commit a9f883d

Please sign in to comment.