Merge pull request #22 from christroutner/unstable

fix(tests): Extending timeout for tests
This commit is contained in:
Chris Troutner
2019-04-27 11:15:45 -07:00
committed by GitHub
3 changed files with 10978 additions and 2 deletions
-1
View File
@@ -1 +0,0 @@
package-lock = false
+10977
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "KOA_ENV=test nyc --reporter=text ./node_modules/.bin/mocha --exit",
"test": "KOA_ENV=test nyc --reporter=text --timeout 15000 ./node_modules/.bin/mocha --exit",
"lint": "eslint src/**/*.js",
"docs": "./node_modules/.bin/apidoc -i src/ -o docs",
"coverage": "nyc report --reporter=text-lcov | coveralls",