Skip to content

Commit 91d681e

Browse files
committed
remove depreacted mocha.opts, update test script
1 parent 41b4eb3 commit 91d681e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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 spec=-,json=.results.json"
7+
"test": "mocha -R mocha-multi --timmeout 10000 --reporter-options spec=-,json=.results.json"
88
},
99
"repository": {
1010
"type": "git",

test/mocha.opts

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)