Skip to content

Commit cda1edc

Browse files
committed
detecting open handles
1 parent 9d6c75a commit cda1edc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"scripts": {
1010
"seed": "node seed.js",
1111
"start": "node index.js",
12-
"test": "jest --watchAll --verbose --maxWorkers=1",
12+
"test": "jest --watchAll --verbose --maxWorkers=1 --detectOpenHandles",
1313
"actionsdebug": "node actionsdebug.js"
1414
},
1515
"author": "",

0 commit comments

Comments
 (0)