Skip to content

Commit af67b1a

Browse files
committed
Remove app dir warning test
1 parent 11b01e0 commit af67b1a

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

test/integration/config-experimental-warning/test/index.test.js

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -123,19 +123,4 @@ describe('Config Experimental Warning', () => {
123123
expect(stdout).toMatch(' · workerThreads')
124124
expect(stdout).toMatch(' · scrollRestoration')
125125
})
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-
})
141126
})

0 commit comments

Comments
 (0)