We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 548402a commit f19ec27Copy full SHA for f19ec27
back-end/package.json
@@ -4,7 +4,7 @@
4
"description": "Example of a few data storage techniques on the back-end web server",
5
"main": "server.js",
6
"scripts": {
7
- "test": "mocha",
+ "test": "mocha --timeout 2000",
8
"coverage": "nyc --reporter=html --reporter=text --reporter=lcov --reporter=clover mocha --timeout 10000 --exit",
9
"coveralls": "nyc report --reporter=text-lcov | coveralls"
10
},
0 commit comments