Commit 3d64c06
committed
fix(package.json): explicit test file path for Node v25 compatibility
node --test <dir>/ broke in Node v25 (tries to load as CJS module).
Explicit filename works on v18..v25.
https://claude.ai/code/session_01AQeaZPrDneQqFYxwxVTJqm1 parent 61f4ff7 commit 3d64c06
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
55 | | - | |
| 53 | + | |
| 54 | + | |
56 | 55 | | |
57 | 56 | | |
58 | 57 | | |
| |||
0 commit comments