We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11b01e0 commit af67b1aCopy full SHA for af67b1a
test/integration/config-experimental-warning/test/index.test.js
@@ -123,19 +123,4 @@ describe('Config Experimental Warning', () => {
123
expect(stdout).toMatch(' · workerThreads')
124
expect(stdout).toMatch(' · scrollRestoration')
125
})
126
-
127
- it('should show warning for dropped experimental.appDir option', async () => {
128
- configFile.write(`
129
- module.exports = {
130
- experimental: {
131
- appDir: true,
132
- }
133
134
- `)
135
136
- const stderr = await collectStderr(appDir)
137
- expect(stderr).toMatch(
138
- 'App router is available by default now, `experimental.appDir` option can be safely removed.'
139
- )
140
- })
141
0 commit comments