| 1 | // Registers the svg-loader hook before tsx boots, so asset imports in |
| 2 | // component tests resolve to a stub instead of failing on the extension. |
| 3 | import { register } from "node:module"; |
| 4 | register(new URL("./svg-loader.mjs", import.meta.url)); |
| 5 |