| 1 | /* eslint-disable jest/no-standalone-expect */ |
| 2 | import { nextTestSetup } from 'e2e-utils' |
| 3 | |
| 4 | const WARNING_MESSAGE = `ERROR: This build is using Turbopack, with a \`webpack\` config and no \`turbopack\` config.` |
nothing calls this directly
no test coverage detected