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 26489f1 commit e790282Copy full SHA for e790282
graphql-server/package.json
@@ -10,7 +10,7 @@
10
"scripts": {
11
"postinstall": "rm -rf ./node_modules/*/.git/",
12
"start": "node app.js",
13
- "test": "mocha",
+ "test": "mocha --timeout 30s",
14
"test-single": "mocha $1"
15
},
16
"keywords": [],
0 commit comments