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 9e2dfbe commit d32bcc4Copy full SHA for d32bcc4
.travis.yml
@@ -75,6 +75,7 @@ before_install:
75
elif node_version_lt '4.0' ; then npm_use_module 'mocha' '3.5.3'
76
elif node_version_lt '6.0' ; then npm_use_module 'mocha' '5.2.0'
77
elif node_version_lt '8.0' ; then npm_use_module 'mocha' '6.2.2'
78
+ elif node_version_lt '10.0'; then npm_use_module 'mocha' '7.2.0'
79
fi
80
- |
81
# Configure nyc for testing
package.json
@@ -24,7 +24,7 @@
24
"eslint-plugin-node": "11.1.0",
25
"eslint-plugin-promise": "4.2.1",
26
"eslint-plugin-standard": "4.0.1",
27
- "mocha": "7.2.0",
+ "mocha": "8.0.1",
28
"nyc": "15.0.1"
29
},
30
"engines": {
0 commit comments