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.
test:snap
1 parent 8a6b4b4 commit 5d2981cCopy full SHA for 5d2981c
package.json
@@ -12,7 +12,7 @@
12
"scripts": {
13
"test": "cross-env TS_NODE_SKIP_PROJECT=true node ./bin/c8.js mocha --timeout=8000 ./test/*.js",
14
"coverage": "cross-env TS_NODE_SKIP_PROJECT=true node ./bin/c8.js --check-coverage mocha --timeout=8000 ./test/*.js",
15
- "test:snap": "CHAI_JEST_SNAPSHOT_UPDATE_ALL=true npm test",
+ "test:snap": "cross-env CHAI_JEST_SNAPSHOT_UPDATE_ALL=true npm test",
16
"fix": "standard --fix",
17
"posttest": "standard"
18
},
0 commit comments