Skip to content
This repository was archived by the owner on Feb 20, 2019. It is now read-only.

Commit ed6245b

Browse files
author
Kent C. Dodds
committed
test(watch): fix watch mode
1 parent 4043553 commit ed6245b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"report-coverage": "cat ./coverage/lcov.info | codecov",
1010
"build": "babel src/ -d dist/",
1111
"test": "cross-env NODE_ENV=test nyc ava",
12-
"test:watch": "ava --watch",
12+
"test:watch": "ava --watch --require babel-register",
1313
"lint": "eslint src/",
1414
"validate": "npm-run-all lint test build",
1515
"semantic-release": "semantic-release pre && npm publish && semantic-release post"

0 commit comments

Comments
 (0)