We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 443388f commit 84a758fCopy full SHA for 84a758f
Makefile
@@ -41,10 +41,12 @@ test-protocols: bundles
41
yarn g:vitest run -c vitest.config.protocols.integ.mts
42
43
snapshot-compare:
44
- SNAPSHOT_MODE=compare yarn g:vitest run -c vitest.config.snapshots.integ.mts
+ NODE_OPTIONS='--max-old-space-size=8192' SNAPSHOT_MODE=compare \
45
+ yarn g:vitest run -c vitest.config.snapshots.integ.mts
46
47
snapshot-write:
- SNAPSHOT_MODE=write yarn g:vitest run -c vitest.config.snapshots.integ.mts
48
+ NODE_OPTIONS='--max-old-space-size=8192' SNAPSHOT_MODE=write \
49
50
51
test-schema: bundles
52
yarn g:vitest run -c vitest.config.protocols-schema.integ.mts
0 commit comments