Skip to content

Commit

Permalink
ci: add --detectOpenHandles option for test
Browse files Browse the repository at this point in the history
  • Loading branch information
telesoho committed Aug 29, 2024
1 parent a6adcd2 commit 827366d
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:types": "node tools/cleanup types && tsc -p config/tsconfig.types.json",
"clean": "node tools/cleanup",
"package": "npm run build && npm pack",
"test": "jest --no-cache --forceExit --runInBand",
"test": "jest --no-cache --forceExit --runInBand --detectOpenHandles",
"test:cov": "jest --coverage --forceExit --no-cache --runInBand",
"addscope": "node tools/packagejson name @telesoho/xclip"
},
Expand Down

0 comments on commit 827366d

Please sign in to comment.