add test:tdd script to package.json

This commit is contained in:
Stefan Sechelmann 2018-03-15 13:57:26 +01:00
parent cf589f713d
commit 274e9f3e42

View File

@ -19,6 +19,7 @@
"upgrade": "yarn-upgrade-all",
"lint": "standard",
"test": "yarn lint && jest",
"test:tdd": "yarn lint && jest --watch",
"jison": "node -r babel-register node_modules/.bin/gulp jison",
"prepublishOnly": "yarn build && yarn release && yarn test",
"prepush": "yarn test"