Added script for update e2e snapshots

This commit is contained in:
ashishjain0512 2019-07-16 08:32:27 -07:00
parent 484b24d097
commit 1cee9828b0

View File

@ -20,6 +20,7 @@
"release": "yarn build -p --config webpack.config.prod.babel.js",
"lint": "standard",
"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",
"test": "yarn lint && jest src",
"test:watch": "jest --watch src",