We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac26094 commit 1fbf267Copy full SHA for 1fbf267
.mocharc.yml
@@ -0,0 +1,2 @@
1
+reporter: spec
2
+check-leaks: true
package.json
@@ -4,7 +4,6 @@
4
"description": "Redis pub/sub adapter adapter for ShareDB",
5
"main": "index.js",
6
"dependencies": {
7
- "async": "^1.5.0",
8
"redis": "^2.6.0 || ^3.0.0",
9
"sharedb": "^1.0.0 || ^2.0.0"
10
},
@@ -13,8 +12,8 @@
13
12
"coveralls": "^3.0.7",
14
"eslint": "^7.23.0",
15
"eslint-config-google": "^0.14.0",
16
- "mocha": "^6.2.2",
17
- "nyc": "^14.1.1"
+ "mocha": "^9.1.1",
+ "nyc": "^15.1.0"
18
19
"scripts": {
20
"lint": "./node_modules/.bin/eslint --ignore-path .gitignore '**/*.js'",
test/mocha.opts
0 commit comments