mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +08:00
add test:tdd script to package.json
This commit is contained in:
parent
cf589f713d
commit
274e9f3e42
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user