mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-18 14:59:53 +02:00
add test:tdd script to package.json
This commit is contained in:
@@ -19,6 +19,7 @@
|
|||||||
"upgrade": "yarn-upgrade-all",
|
"upgrade": "yarn-upgrade-all",
|
||||||
"lint": "standard",
|
"lint": "standard",
|
||||||
"test": "yarn lint && jest",
|
"test": "yarn lint && jest",
|
||||||
|
"test:tdd": "yarn lint && jest --watch",
|
||||||
"jison": "node -r babel-register node_modules/.bin/gulp jison",
|
"jison": "node -r babel-register node_modules/.bin/gulp jison",
|
||||||
"prepublishOnly": "yarn build && yarn release && yarn test",
|
"prepublishOnly": "yarn build && yarn release && yarn test",
|
||||||
"prepush": "yarn test"
|
"prepush": "yarn test"
|
||||||
|
Reference in New Issue
Block a user