diff --git a/test/integration/react-streaming-and-server-components/test/switchable-runtime.test.js b/test/integration/react-streaming-and-server-components/test/switchable-runtime.test.js index 6756545e7035..d5cabd5f9a4e 100644 --- a/test/integration/react-streaming-and-server-components/test/switchable-runtime.test.js +++ b/test/integration/react-streaming-and-server-components/test/switchable-runtime.test.js @@ -1,11 +1,6 @@ /* eslint-env jest */ import { join } from 'path' -import { - nextBuild as _nextBuild, - nextStart as _nextStart, -} from 'next-test-utils' - import { findPort, killApp, renderViaHTTP } from 'next-test-utils' import { nextBuild, nextStart } from './utils'