Skip to content

Commit 6467fb4

Browse files
committed
change update-snapshots to use parallel test
1 parent 9007198 commit 6467fb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"pretest": "npm run lint",
7373
"test": "mocha test generators --no-insight --forbid-only --parallel --max-old-space-size=4096",
7474
"update-snapshot": "mocha --no-insight --no-parallel --updateSnapshot --",
75-
"update-snapshots": "npm run update-snapshot -- test generators",
75+
"update-snapshots": "UPDATE_SNAPSHOT=all npm test",
7676
"watch": "tsc --watch"
7777
},
7878
"dependencies": {

0 commit comments

Comments
 (0)