Skip to content

Commit e27c492

Browse files
committed
Revert change to mocha settings
1 parent 63985fa commit e27c492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/mocharc.node.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
const config = {
2626
require: 'ts-node/register',
2727
timeout: 5000,
28-
retries: 0,
28+
retries: 5,
2929
exit: true
3030
};
3131

0 commit comments

Comments
 (0)