mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-11 11:29:42 +02:00
Added script for update e2e snapshots
This commit is contained in:
@@ -20,6 +20,7 @@
|
|||||||
"release": "yarn build -p --config webpack.config.prod.babel.js",
|
"release": "yarn build -p --config webpack.config.prod.babel.js",
|
||||||
"lint": "standard",
|
"lint": "standard",
|
||||||
"e2e": "yarn lint && jest e2e --config e2e/jest.config.js",
|
"e2e": "yarn lint && jest e2e --config e2e/jest.config.js",
|
||||||
|
"e2e-upd": "yarn lint && jest e2e -u --config e2e/jest.config.js",
|
||||||
"dev": "yarn lint && webpack-dev-server --config webpack.config.e2e.js",
|
"dev": "yarn lint && webpack-dev-server --config webpack.config.e2e.js",
|
||||||
"test": "yarn lint && jest src",
|
"test": "yarn lint && jest src",
|
||||||
"test:watch": "jest --watch src",
|
"test:watch": "jest --watch src",
|
||||||
|
Reference in New Issue
Block a user