Skip to content

Commit 0ec2cd2

Browse files
committed
update dependencies
1 parent 0ef5569 commit 0ec2cd2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Practice defining functions and operating on numbers in JavaScript",
55
"main": "index.js",
66
"scripts": {
7-
"test": "mocha -R mocha-multi --reporter-options nyan=-,json=.results.json"
7+
"test": "mocha -R mocha-multi --reporter-options spec=-,json=.results.json"
88
},
99
"repository": {
1010
"type": "git",
@@ -26,8 +26,8 @@
2626
"babel-preset-es2015": "^6.9.0",
2727
"expect": "^1.20.2",
2828
"jsdom": "^9.2.1",
29-
"mocha": "^2.5.3",
29+
"mocha": "^7.0.1",
3030
"mocha-jsdom": "~1.1.0",
31-
"mocha-multi": "^0.9.0"
31+
"mocha-multi": "^1.1.3"
3232
}
3333
}

0 commit comments

Comments
 (0)