| 1 | import { page, server } from 'vitest/browser'; |
| 2 | import { afterAll, afterEach, beforeAll, beforeEach, describe, expect, it, onTestFailed, onTestFinished } from 'vitest'; |
| 3 | |
| 4 | describe.runIf(server.provider === 'playwright')('timeouts are failing correctly', () => { |
nothing calls this directly
no test coverage detected