Skip to content
This repository was archived by the owner on Apr 6, 2020. It is now read-only.

Commit eb74e99

Browse files
committed
Run tests via babel-tape-runner
1 parent 20b3b4d commit eb74e99

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"coverage": "nyc npm run test && nyc report --reporter=text-lcov > .nyc_output/lcov.info",
1313
"coveralls": "npm run coverage && coveralls <.nyc_output/lcov.info",
1414
"lint": "standard",
15-
"test": "tape ./test/*.js"
15+
"test": "babel-tape-runner ./test/*.js"
1616
},
1717
"repository": {
1818
"type": "git",
@@ -47,6 +47,7 @@
4747
"@babel/core": "^7.2.2",
4848
"@babel/plugin-transform-runtime": "^7.2.0",
4949
"@babel/preset-env": "^7.3.1",
50+
"babel-tape-runner": "^3.0.0",
5051
"coveralls": "^3.0.2",
5152
"nyc": "^13.0.1",
5253
"standard": "^11.0.1",

0 commit comments

Comments
 (0)