We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d6c75a commit cda1edcCopy full SHA for cda1edc
1 file changed
server/package.json
@@ -9,7 +9,7 @@
9
"scripts": {
10
"seed": "node seed.js",
11
"start": "node index.js",
12
- "test": "jest --watchAll --verbose --maxWorkers=1",
+ "test": "jest --watchAll --verbose --maxWorkers=1 --detectOpenHandles",
13
"actionsdebug": "node actionsdebug.js"
14
},
15
"author": "",
0 commit comments