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 233f2b8 commit 5fa7c9cCopy full SHA for 5fa7c9c
.travis.yml
@@ -72,6 +72,7 @@ before_install:
72
elif node_version_lt '4.0' ; then npm_use_module 'mocha' '3.5.3'
73
elif node_version_lt '6.0' ; then npm_use_module 'mocha' '5.2.0'
74
elif node_version_lt '8.0' ; then npm_use_module 'mocha' '6.2.2'
75
+ elif node_version_lt '10.0'; then npm_use_module 'mocha' '7.2.0'
76
fi
77
- |
78
# Configure supertest for http calls
package.json
@@ -23,7 +23,7 @@
23
"eslint-plugin-markdown": "1.0.2",
24
"finalhandler": "1.1.2",
25
"istanbul": "0.4.5",
26
- "mocha": "7.2.0",
+ "mocha": "8.0.1",
27
"safe-buffer": "5.2.0",
28
"supertest": "4.0.2"
29
},
0 commit comments