Skip to content

Commit a9b7be7

Browse files
committed
fix: Increase timeout to 30 Sec
1 parent 46e9767 commit a9b7be7

File tree

3 files changed

+139
-2
lines changed

3 files changed

+139
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ test/config.js/*
99
test/sync_config.js/*
1010
test/report.json/*
1111
tap-html.html
12-
*html-report
12+
*html-report
13+
coverage

package-lock.json

Lines changed: 135 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
1414
"scripts": {
1515
"test": "npm run test:e2e && npm run test:typescript",
16-
"test:e2e": "tape test/index.js | tap-html --out ./tap-html.html",
16+
"test:e2e": "istanbul cover tape test/index.js | tap-html --out ./tap-html.html",
1717
"test:typescript": "jest --testPathPattern=test/typescript",
1818
"automate": "node test.js",
1919
"buildnode": "webpack --config webpack/webpack.node.js",
@@ -74,6 +74,7 @@
7474
"es3ify-loader": "0.2.0",
7575
"fetch-mock-jest": "^1.3.0",
7676
"http-proxy-agent": "^3.0.0",
77+
"istanbul": "^0.4.5",
7778
"jest": "^26.4.2",
7879
"jest-html-reporters": "^2.0.3",
7980
"jsdoc": "^3.6.5",

0 commit comments

Comments
 (0)