Skip to content

Commit f0998c2

Browse files
committed
fix text on describe and it
1 parent 1a2eb89 commit f0998c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/e2e/app-dir/proxy-runtime/proxy-runtime.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { nextTestSetup } from 'e2e-utils'
22
import stripAnsi from 'strip-ansi'
33

4-
describe('proxy-missing-export', () => {
4+
describe('proxy-runtime', () => {
55
const { next, isNextDev, skipped } = nextTestSetup({
66
files: __dirname,
77
skipDeployment: true,
@@ -12,7 +12,7 @@ describe('proxy-missing-export', () => {
1212
return
1313
}
1414

15-
it('should error when proxy file has invalid export named middleware', async () => {
15+
it('should error when proxy file has runtime config export', async () => {
1616
let cliOutput: string
1717

1818
if (isNextDev) {

0 commit comments

Comments
 (0)