Skip to content

Commit 245bf6c

Browse files
committed
Remove tests
1 parent b4a5cdb commit 245bf6c

File tree

6 files changed

+0
-57
lines changed

6 files changed

+0
-57
lines changed

test/e2e/app-dir/deprecation-warning-runtime-config/app/layout.tsx

Lines changed: 0 additions & 8 deletions
This file was deleted.

test/e2e/app-dir/deprecation-warning-runtime-config/app/page.tsx

Lines changed: 0 additions & 6 deletions
This file was deleted.

test/e2e/app-dir/deprecation-warning-runtime-config/deprecation-warning-runtime-config.test.ts

Lines changed: 0 additions & 16 deletions
This file was deleted.

test/e2e/app-dir/deprecation-warning-runtime-config/next.config.js

Lines changed: 0 additions & 13 deletions
This file was deleted.

test/e2e/deprecation-warnings/deprecation-warnings.test.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,6 @@ describe('deprecation-warnings', () => {
3232
// Should warn about experimental.instrumentationHook
3333
expect(logs).toContain('experimental.instrumentationHook')
3434
expect(logs).toContain('no longer needed')
35-
36-
// Should warn about publicRuntimeConfig
37-
expect(logs).toContain('publicRuntimeConfig')
38-
expect(logs).toContain('will be removed in Next.js 16')
39-
40-
// Should warn about serverRuntimeConfig
41-
expect(logs).toContain('serverRuntimeConfig')
42-
expect(logs).toContain('will be removed in Next.js 16')
4335
})
4436
})
4537
})

test/e2e/deprecation-warnings/fixtures/with-deprecated-config/next.config.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,4 @@ module.exports = {
44
experimental: {
55
instrumentationHook: true,
66
},
7-
publicRuntimeConfig: {
8-
foo: 'bar',
9-
},
10-
serverRuntimeConfig: {
11-
foo: 'bar',
12-
},
137
}

0 commit comments

Comments
 (0)