We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd2194a commit 4f2e824Copy full SHA for 4f2e824
package.json
@@ -17,7 +17,7 @@
17
"contributors:add": "all-contributors add",
18
"contributors:generate": "all-contributors generate",
19
"test": "npm run test:start && npm run test:clear",
20
- "test:start": "cross-env NODE_ENV=test BABEL_ENV=modules:commonjs jest",
+ "test:start": "cross-env NODE_ENV=test BABEL_ENV=modules:commonjs jest --updateSnapshot",
21
"test:clear": "del-cli test/__snapshots__",
22
"test:watch": "cross-env NODE_ENV=test BABEL_ENV=modules:commonjs jest --watch",
23
"test:coverage": "cross-env NODE_ENV=test BABEL_ENV=modules:commonjs jest --coverage",
0 commit comments