e4e4ce0f73
The local runCli helpers in edge-cases.test.ts (Phase 3/4/7) and raw execFileSync calls in schema-validation.test.ts (tests 2.1, 2.3) were missing NODE_NO_WARNINGS=1, causing ExperimentalWarning to leak into stderr snapshots. Added env override to match what helpers.runCli already does.
4 lines
191 B
Plaintext
4 lines
191 B
Plaintext
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
|
|
|
exports[`Phase 2: Schema Validation > 2.3 put against non-existent schema hash fails 1`] = `"Schema not found: AAAAAAAAAAAAA"`;
|