From 82e3c2579debf565c2c2951fd5c2cc5d368f5bd3 Mon Sep 17 00:00:00 2001 From: JJ Kasper Date: Mon, 12 Dec 2022 19:25:55 -0800 Subject: [PATCH] lint-fix --- test/e2e/middleware-shallow-link/index.test.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/e2e/middleware-shallow-link/index.test.ts b/test/e2e/middleware-shallow-link/index.test.ts index df85083faf6a3c8..b97cc5ee955603c 100644 --- a/test/e2e/middleware-shallow-link/index.test.ts +++ b/test/e2e/middleware-shallow-link/index.test.ts @@ -1,8 +1,6 @@ import { createNext, FileRef } from 'e2e-utils' import { NextInstance } from 'test/lib/next-modes/base' -import { renderViaHTTP } from 'next-test-utils' import webdriver from 'next-webdriver' -import { BrowserInterface } from 'test/lib/browsers/base' import { join } from 'path' describe('browser-shallow-navigation', () => {