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'