import { nextTestSetup } from 'e2e-utils' describe('app dir - crossOrigin config', () => { const { next, isNextStart, skipped } = nextTestSetup({ files: __dirname, skipDeployment: true, }) if (skipped) { return } if (isNextStart) { it('skip in start mode', () => {}) return } it('should render correctly with assetPrefix: "/"', async () => { const $ = await next.render$('/') // Only potential external (assetPrefix)