Skip to content

Commit

Permalink
Enable notFound test
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed Oct 14, 2022
1 parent f086a32 commit a3ec6a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/app-dir/index.test.ts
Expand Up @@ -1687,7 +1687,7 @@ describe('app dir', () => {
})

describe('not-found', () => {
it.skip('should trigger not-found in a server component', async () => {
it('should trigger not-found in a server component', async () => {
const browser = await webdriver(next.url, '/not-found/servercomponent')

expect(
Expand Down

0 comments on commit a3ec6a7

Please sign in to comment.