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 0ef5569 commit 0ec2cd2Copy full SHA for 0ec2cd2
package.json
@@ -4,7 +4,7 @@
4
"description": "Practice defining functions and operating on numbers in JavaScript",
5
"main": "index.js",
6
"scripts": {
7
- "test": "mocha -R mocha-multi --reporter-options nyan=-,json=.results.json"
+ "test": "mocha -R mocha-multi --reporter-options spec=-,json=.results.json"
8
},
9
"repository": {
10
"type": "git",
@@ -26,8 +26,8 @@
26
"babel-preset-es2015": "^6.9.0",
27
"expect": "^1.20.2",
28
"jsdom": "^9.2.1",
29
- "mocha": "^2.5.3",
+ "mocha": "^7.0.1",
30
"mocha-jsdom": "~1.1.0",
31
- "mocha-multi": "^0.9.0"
+ "mocha-multi": "^1.1.3"
32
}
33
0 commit comments