rsnext/test
Jan Kaifer c341c7648e
Test imports of all file types (#43751)
Test imports of `.js`, `.jsx`, `.ts` and `.tsx` from all file types.

Co-authored-by: Tim Neutkens <6324199+timneutkens@users.noreply.github.com>
2022-12-08 09:42:47 +00:00
..
.stats-app Remove serverComponents from next.conf.js because it's unused (#43805) 2022-12-07 15:57:03 +01:00
__mocks__ Update Edge Runtime (#38862) 2022-07-21 18:29:19 +00:00
development Remove __webpack_exports__ from error overlay (#43715) 2022-12-07 11:50:39 +01:00
e2e Test imports of all file types (#43751) 2022-12-08 09:42:47 +00:00
integration Implement loadable with lazy and suspense for next dynamic (#42589) 2022-12-07 19:42:10 +01:00
lib Fix test binary generation and update test config (#43790) 2022-12-07 08:43:19 -08:00
production Fix app render: escape segment value #42626 (#42823) 2022-11-17 17:45:39 -08:00
unit Update next/link default legacyBehavior (#42623) 2022-11-30 20:01:29 -08:00
.gitignore Fix server html insertion target (#42591) 2022-11-07 18:16:13 +01:00
jest-setup-after-env.ts Adds tests to ensure eslint-plugin-next's available rules are properly exported and recommended rules are correctly defined. (#38183) 2022-06-30 11:31:33 -05:00
jest.d.ts Adds tests to ensure eslint-plugin-next's available rules are properly exported and recommended rules are correctly defined. (#38183) 2022-06-30 11:31:33 -05:00
readme.md refactor: split up CONTRIBUTING.md (#40515) 2022-09-16 14:54:58 -07:00
test-file.txt Add additional file serving tests (#12479) 2020-05-04 11:58:19 -05:00

See Testing for more information on how you can run/write/debug tests for Next.js.