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 b4dfe18 commit ad5f5ccCopy full SHA for ad5f5cc
package.json
@@ -33,7 +33,7 @@
33
],
34
"main": "index.js",
35
"scripts": {
36
- "test": "cross-env NODE_ENV=test mocha --exit",
+ "test": "cross-env NODE_ENV=test mocha --timeout 5000 --exit",
37
"coverage": "nyc npm test",
38
"demo": "node demo/server.js",
39
"gcs_demo": "cross-env DATA_STORE=GCSDataStore node demo/server.js",
0 commit comments