Skip to content

Commit

Permalink
WIP: debug Windows nodejs 20 failures
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsinger committed Nov 8, 2023
1 parent 4ec63e1 commit 9845722
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 @@ -24,7 +24,7 @@
"prepare:husky": "husky install",
"prepare:tsc": "tsc",
"prepare": "run-p prepare:*",
"test": "node setup-dynamodb-local.mjs && jest"
"test": "node setup-dynamodb-local.mjs && jest --detectOpenHandles"
},
"engines": {
"node": ">=18"
Expand Down

0 comments on commit 9845722

Please sign in to comment.