Skip to content

Commit cf966df

Browse files
committed
fix: add mocha exit flag to prevent hanging tests
The mocha exit: true flag ensures mocha exits after tests complete, even if there are unclosed connections or handles. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]> Signed-off-by: Lars Trieloff <[email protected]>
1 parent f38f67d commit cf966df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"recursive": "true",
2828
"reporter": "mocha-multi-reporters",
2929
"reporter-options": "configFile=.mocha-multi.json",
30+
"exit": true,
3031
"exclude": [
3132
"test/fixtures/**"
3233
]

0 commit comments

Comments
 (0)