rsnext/test
JJ Kasper 81a4063db7
Update CNA tests (#45768
These had incorrect import alias flags since the `"` characters were
being included incorrectly.

x-ref:
https://github.com/vercel/next.js/actions/runs/4137310428/jobs/7152385081
2023-02-09 14:59:28 -08: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 Improve client-only imported in external package error (#45484) 2023-02-07 19:56:03 +00:00
e2e Move CSS tests out of the main test suite (#45765) 2023-02-09 23:22:53 +01:00
integration Update CNA tests (#45768 2023-02-09 14:59:28 -08:00
lib Fix unsafe caching for isolated tests (#45602) 2023-02-06 09:01:44 +00:00
production Refactor next export tests (#45227) 2023-02-02 16:22:54 +00:00
unit Separate next/dynamic implementation for app and pages (#45565) 2023-02-04 01:45:35 +00: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

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