Skip to content

Commit 959c997

Browse files
authored
Downgrade mocha to 6.2.2
7.x.x seems to prevent tests from running.
1 parent 11700a6 commit 959c997

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
@@ -45,7 +45,7 @@
4545
"karma-chrome-launcher": "^3.1.0",
4646
"karma-mocha": "^1.3.0",
4747
"karma-spec-reporter": "0.0.32",
48-
"mocha": "^7.1.0",
48+
"mocha": "^6.2.2",
4949
"preprocessor": "^1.4.0",
5050
"sinon": "^9.0.1",
5151
"tsd-jsdoc": "^2.4.0",

0 commit comments

Comments
 (0)