Skip to content

Commit

Permalink
test(turbopack): migrate 404-related tests from next-dev (#55243)
Browse files Browse the repository at this point in the history
Closes WEB-1535
  • Loading branch information
kwonoj committed Sep 11, 2023
1 parent 476fe4a commit ddc26c9
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 84 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 4 additions & 0 deletions test/turbopack-tests-manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ const enabledTests = [
'test/e2e/typescript-version-no-warning/typescript-version-no-warning.test.ts',
'test/e2e/typescript-version-warning/typescript-version-warning.test.ts',
'test/e2e/undici-fetch/index.test.ts',
'test/integration/404-page/test/index.test.js',
'test/integration/404-page-app/test/index.test.js',
'test/integration/404-page-custom-error/test/index.test.js',
'test/integration/404-page-ssg/test/index.test.js',
'test/integration/create-next-app/templates-app.test.ts',
'test/integration/create-next-app/templates-pages.test.ts',
'test/integration/custom-routes-i18n-index-redirect/test/index.test.js',
Expand Down

0 comments on commit ddc26c9

Please sign in to comment.