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 60dec3f commit 96f8f2fCopy full SHA for 96f8f2f
.travis.yml
@@ -67,6 +67,7 @@ before_install:
67
# Configure mocha for testing
68
if node_version_lt '0.10'; then npm_use_module 'mocha' '2.5.3'
69
elif node_version_lt '4.0' ; then npm_use_module 'mocha' '3.5.3'
70
+ elif node_version_lt '6.0' ; then npm_use_module 'mocha' '5.2.0'
71
fi
72
- |
73
# Configure supertest for http calls
package.json
@@ -22,7 +22,7 @@
22
"eslint-plugin-promise": "4.0.1",
23
"eslint-plugin-standard": "4.0.0",
24
"istanbul": "0.4.5",
25
- "mocha": "5.2.0",
+ "mocha": "6.0.2",
26
"supertest": "3.4.2"
27
},
28
"files": [
0 commit comments