| 1 | import type { TestUserConfig } from 'vitest/node' |
| 2 | import { playwright } from '@vitest/browser-playwright' |
| 3 | import { describe, expect, test } from 'vitest' |
| 4 | import { runVitest } from '../../test-utils' |
nothing calls this directly
no test coverage detected