(browser, errorRegex)
| 2 | import { nextTestSetup } from 'e2e-utils' |
| 3 | |
| 4 | async function testDev(browser, errorRegex) { |
| 5 | await waitForRedbox(browser) |
| 6 | expect(await getRedboxHeader(browser)).toMatch(errorRegex) |
| 7 | } |
| 8 | |
| 9 | describe('app dir - global error - with style import', () => { |
| 10 | const { next, isNextDev, skipped } = nextTestSetup({ |
no test coverage detected