Commit a62d62d
Give the version-layout fixture a module type
The fixture simulates a real package root but omitted `"type": "module"`,
so Node 24 and 26 emitted MODULE_TYPELESS_PACKAGE_JSON on stderr and the
test's empty-stderr assertion failed. Node 22 does not warn, and a local
`--no-warnings` in NODE_OPTIONS hid it outside CI.
Co-Authored-By: Claude (Opus 5) <noreply@anthropic.com>1 parent 75a172a commit a62d62d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
466 | 466 | | |
467 | 467 | | |
468 | 468 | | |
469 | | - | |
| 469 | + | |
470 | 470 | | |
471 | 471 | | |
472 | 472 | | |
| |||
0 commit comments