Skip to content

Commit f0aea0f

Browse files
committed
Downgrade mocha (temp solution to pass tests)
See https://github.com/mochajs/mocha/releases/tag/v5.0.2
1 parent 59406c5 commit f0aea0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"coveralls": "^3.0.1",
1515
"expect.js": "^0.3.1",
1616
"istanbul": "^0.4.5",
17-
"mocha": "^5.2.0",
17+
"mocha": "5.0.1",
1818
"mongodb": "^3.1.0",
1919
"sharedb": "^1.0.0-beta",
2020
"sharedb-mingo-memory": "^1.0.1"

0 commit comments

Comments
 (0)