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 7e5aacf commit 5123919Copy full SHA for 5123919
.travis.yml
@@ -71,6 +71,7 @@ before_install:
71
if node_version_lt '0.10'; then npm_use_module 'mocha' '2.5.3'
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
fi
76
- |
77
# Configure supertest for http calls
package.json
@@ -22,7 +22,7 @@
22
"eslint-plugin-promise": "4.2.1",
23
"eslint-plugin-standard": "4.0.1",
24
"istanbul": "0.4.5",
25
- "mocha": "6.2.2",
+ "mocha": "7.0.1",
26
"supertest": "4.0.2"
27
},
28
"files": [
0 commit comments