From 962238894d7b4d3d5d4038b1ba3ac4eda6baa042 Mon Sep 17 00:00:00 2001 From: Jiachi Liu Date: Thu, 17 Mar 2022 13:30:11 +0100 Subject: [PATCH] fix lint --- .../test/switchable-runtime.test.js | 5 ----- 1 file changed, 5 deletions(-) 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'