Skip to content

Commit f98789c

Browse files
committed
run tests with tape-run
1 parent 00465b7 commit f98789c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,19 @@
66
"scripts": {
77
"deps": "dependency-check . && dependency-check . --extra --no-dev",
88
"start": "node .",
9-
"test": "standard && npm run deps",
9+
"test": "standard && npm run deps && (browserify test.js | tape-run)",
1010
"coverage": "nyc report --reporter=text-lcov > coverage.lcov"
1111
},
1212
"dependencies": {
1313
"on-idle": "^3.0.1"
1414
},
1515
"devDependencies": {
16+
"browserify": "^14.5.0",
1617
"dependency-check": "^2.8.0",
1718
"nyc": "^10.2.0",
1819
"standard": "^10.0.1",
19-
"tape": "^4.6.3"
20+
"tape": "^4.6.3",
21+
"tape-run": "^3.0.0"
2022
},
2123
"keywords": [
2224
"browser",

0 commit comments

Comments
 (0)