Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Schniz committed Feb 13, 2022
1 parent d07dd75 commit 2632070
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,6 +1,6 @@
import { createNext } from 'e2e-utils'
import { NextInstance } from 'test/lib/next-modes/base'
import { fetchViaHTTP, renderViaHTTP } from 'next-test-utils'
import { fetchViaHTTP } from 'next-test-utils'

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

0 comments on commit 2632070

Please sign in to comment.