From 35bc9e428e9f68876cb89a67b077cc11420fcf1c Mon Sep 17 00:00:00 2001 From: Jiachi Liu Date: Thu, 10 Mar 2022 20:33:54 +0100 Subject: [PATCH] fix lint --- .../react-streaming-and-server-components/test/index.test.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/integration/react-streaming-and-server-components/test/index.test.js b/test/integration/react-streaming-and-server-components/test/index.test.js index a12971f8bbef..4bdd329708b9 100644 --- a/test/integration/react-streaming-and-server-components/test/index.test.js +++ b/test/integration/react-streaming-and-server-components/test/index.test.js @@ -2,7 +2,6 @@ import { join } from 'path' import fs from 'fs-extra' -import webdriver from 'next-webdriver' import { fetchViaHTTP, findPort, killApp, renderViaHTTP } from 'next-test-utils'