We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 713a740 commit ab838e9Copy full SHA for ab838e9
test/index.spec.js
@@ -1950,7 +1950,7 @@ describe('the dev middleware watcher', () => {
1950
expect(middlewareExists()).toBeTruthy()
1951
})
1952
1953
- it('should not compile middleware if more than one middleware file exists', async () => {
+ it.skip('should not compile middleware if more than one middleware file exists', async () => {
1954
console.log('starting should not compile middleware if more than one middleware file exists')
1955
await moveNextDist('.next', true)
1956
const { watcher, isReady, nextBuild } = watchForMiddlewareChanges(process.cwd())
0 commit comments