Skip to content

Commit 2632070

Browse files
committed
remove unused import
1 parent d07dd75 commit 2632070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/production/reading-request-body-in-middleware/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { createNext } from 'e2e-utils'
22
import { NextInstance } from 'test/lib/next-modes/base'
3-
import { fetchViaHTTP, renderViaHTTP } from 'next-test-utils'
3+
import { fetchViaHTTP } from 'next-test-utils'
44

55
describe('reading request body in middleware', () => {
66
let next: NextInstance

0 commit comments

Comments
 (0)