rsnext/test
Jiachi Liu 21b6654edd
Do not strip loader arg in dynamic for server components (#42426)
When `ssr: false` option is presented, we stripped the loader option for
`next/dynamic` call. But for react server components (both server and
client ones) we're using a `React.lazy` based implementation so we
shouldn't do it for them.


## Bug

- [ ] Related issues linked using `fixes #number`
- [x] Integration tests added
- [ ] Errors have a helpful link attached, see `contributing.md`
2022-11-03 12:03:15 -07:00
..
.stats-app Merge app internal chunk into main chunk for layouts (#41902) 2022-10-27 16:50:46 -07:00
__mocks__ Update Edge Runtime (#38862) 2022-07-21 18:29:19 +00:00
development test(dev): support to run test with --turbo (#41908) 2022-10-26 22:56:18 -07:00
e2e Do not strip loader arg in dynamic for server components (#42426) 2022-11-03 12:03:15 -07:00
integration Update default eslint choice for CNA setup (#42371) 2022-11-02 20:17:37 -07:00
lib Add prompt for ESLint to CNA (#42218) 2022-10-31 08:51:50 -07:00
production Mock @next/font when using next/jest (#42413) 2022-11-03 11:12:46 -07:00
unit Google fonts single request (#42406) 2022-11-03 11:21:32 -07:00
.gitignore
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.