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 d4db4a8 commit 13474f2Copy full SHA for 13474f2
package.json
@@ -4,7 +4,7 @@
4
"description": "JavaScript Variables Lab for Learn.co",
5
"main": "index.js",
6
"scripts": {
7
- "test": "mocha -R mocha-multi --reporter-options spec=-,json=.results.json"
+ "test": "mocha --timeout 5000 -R mocha-multi --reporter-options spec=-,json=.results.json"
8
},
9
"repository": {
10
"type": "git",
0 commit comments