| 1 | import { NextInstance, createNext } from 'e2e-utils' |
| 2 | import { trace } from 'next/dist/trace' |
| 3 | import { PHASE_DEVELOPMENT_SERVER } from 'next/constants' |
| 4 | import { createDefineEnv, loadBindings, HmrTarget } from 'next/dist/build/swc' |
nothing calls this directly
no test coverage detected