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 017c2db commit 90c4237Copy full SHA for 90c4237
package.json
@@ -15,6 +15,7 @@
15
},
16
"scripts": {
17
"test": "jest",
18
+ "test:update-snapshots": "jest -u",
19
"test:coverage": "jest --coverage",
20
"build": "env NODE_ENV=production node scripts/build.js",
21
"build:clean": "env NODE_ENV=production CLEAN=true node scripts/build.js",
0 commit comments