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 9007198 commit 6467fb4Copy full SHA for 6467fb4
package.json
@@ -72,7 +72,7 @@
72
"pretest": "npm run lint",
73
"test": "mocha test generators --no-insight --forbid-only --parallel --max-old-space-size=4096",
74
"update-snapshot": "mocha --no-insight --no-parallel --updateSnapshot --",
75
- "update-snapshots": "npm run update-snapshot -- test generators",
+ "update-snapshots": "UPDATE_SNAPSHOT=all npm test",
76
"watch": "tsc --watch"
77
},
78
"dependencies": {
0 commit comments