Skip to content

Commit

Permalink
add --detectOpenHandles to jest
Browse files Browse the repository at this point in the history
  • Loading branch information
glmn committed Feb 15, 2024
1 parent 2429650 commit d323477
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 @@ -4,7 +4,7 @@
"description": "Wildberries Private API",
"main": "index.js",
"scripts": {
"test": "jest --verbose"
"test": "jest --verbose --detectOpenHandles"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit d323477

Please sign in to comment.