We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d07dd75 commit 2632070Copy full SHA for 2632070
test/production/reading-request-body-in-middleware/index.test.ts
@@ -1,6 +1,6 @@
1
import { createNext } from 'e2e-utils'
2
import { NextInstance } from 'test/lib/next-modes/base'
3
-import { fetchViaHTTP, renderViaHTTP } from 'next-test-utils'
+import { fetchViaHTTP } from 'next-test-utils'
4
5
describe('reading request body in middleware', () => {
6
let next: NextInstance
0 commit comments