We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e97398d commit c96cf1aCopy full SHA for c96cf1a
package.json
@@ -24,7 +24,7 @@
24
"eslint": "^8.34.0",
25
"eslint-plugin-no-only-tests": "^2.0.0",
26
"expect.js": ">= 0.1.2",
27
- "mocha": ">= 4.0.0",
+ "mocha": "^10.2.0",
28
"mongodb": "^5.0.1",
29
"redis": "^4.6.4",
30
"tingodb": ">= 0.0.1"
@@ -67,6 +67,6 @@
67
}
68
],
69
"scripts": {
70
- "test": "mocha --exit"
+ "test": "mocha -R spec -t 6000 --exit"
71
72
test/mocha.opts
0 commit comments