| 1 | import type { RunVitestConfig } from '../../test-utils' |
| 2 | import { setDefaultResultOrder } from 'node:dns' |
| 3 | import path from 'node:path' |
| 4 | import { playwright } from '@vitest/browser-playwright' |
nothing calls this directly
no test coverage detected