rsnext/test
Steven 9c5bb5bfe9
BREAKING CHANGE: Remove target: serverless (#41495)
The `target: serverless` config was deprecated a year ago starting in
[Next.js 12](https://nextjs.org/blog/next-12).

Tests were disabled in #41252 so we can now remove `target: serverless`
and all usage of `target` in `next.config.js`.

Co-authored-by: Balázs Orbán <info@balazsorban.com>
Co-authored-by: JJ Kasper <jj@jjsweb.site>
2022-10-18 09:47:13 -07:00
..
.stats-app Enable swcMinify by default (#41506) 2022-10-17 23:33:04 -07:00
__mocks__ Update Edge Runtime (#38862) 2022-07-21 18:29:19 +00:00
development BREAKING CHANGE: Enable newNextLinkBehavior (#41459) 2022-10-17 21:20:28 -04:00
e2e Fix app sc_client componet HMR server-side (#41510) 2022-10-18 00:48:27 -07:00
integration BREAKING CHANGE: Remove target: serverless (#41495) 2022-10-18 09:47:13 -07:00
lib Move root layout validation (#41338) 2022-10-14 13:55:09 -07:00
production BREAKING CHANGE: Remove target: serverless (#41495) 2022-10-18 09:47:13 -07:00
unit BREAKING CHANGE: Remove target: serverless (#41495) 2022-10-18 09:47:13 -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.