We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 63035ff + f046a98 commit b89153cCopy full SHA for b89153c
4 files changed
.mocharc.yml
@@ -0,0 +1,2 @@
1
+reporter: spec
2
+check-leaks: true
.travis.yml
@@ -2,4 +2,8 @@ language: node_js
3
node_js:
4
- 8
5
+ - 10
6
+ - 12
7
+ - 14
8
+ - 16
9
package.json
@@ -8,12 +8,12 @@
},
"dependencies": {},
10
"devDependencies": {
11
- "ot-fuzzer": "^1.0.0",
12
- "mocha": "^1.20.1",
13
- "coffee-script": "^1.7.1"
+ "coffee-script": "^1.7.1",
+ "mocha": "^9.0.2",
+ "ot-fuzzer": "^1.0.0"
14
15
"scripts": {
16
- "test": "mocha"
+ "test": "mocha --require 'coffee-script/register' 'test/**'"
17
18
"repository": {
19
"type": "git",
test/mocha.opts
0 commit comments