| 1 | // @vitest-environment jsdom |
| 2 | // Yes it's an SSR test, but we need the env to compare html |
| 3 | // This is in its own file because if we had the jsdom environment for the other playwright browser tests, |
| 4 | // esbuild would choke on it |
nothing calls this directly
no test coverage detected