| 1 | // @vitest-environment node |
| 2 | // These tests load `scripts/dev-safe.mjs`, which constructs file:// URLs |
| 3 | // relative to its own location via `new URL("../tools", import.meta.url)`. |
| 4 | // jsdom's URL constructor ignores file:// base URLs (it falls back to its |
nothing calls this directly
no test coverage detected