Skip to content

Commit c96cf1a

Browse files
author
Alexandar
committed
deps/bump-latest chore: specify mocha version and update test execution arguments
1 parent e97398d commit c96cf1a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"eslint": "^8.34.0",
2525
"eslint-plugin-no-only-tests": "^2.0.0",
2626
"expect.js": ">= 0.1.2",
27-
"mocha": ">= 4.0.0",
27+
"mocha": "^10.2.0",
2828
"mongodb": "^5.0.1",
2929
"redis": "^4.6.4",
3030
"tingodb": ">= 0.0.1"
@@ -67,6 +67,6 @@
6767
}
6868
],
6969
"scripts": {
70-
"test": "mocha --exit"
70+
"test": "mocha -R spec -t 6000 --exit"
7171
}
7272
}

test/mocha.opts

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)