rsnext/test/production
Balázs Orbán 0571885ec4
test: ensure default output is correct (#39358)
So we don't regress on issues like #39090, #35913, #34629, #33314, etc.

Closes #35912

## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Errors have helpful link attached, see `contributing.md`

## Feature

- [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR.
- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Documentation added
- [ ] Telemetry added. In case of a feature if it's used or not.
- [ ] Errors have helpful link attached, see `contributing.md`

## Documentation / Examples

- [ ] Make sure the linting passes by running `pnpm lint`
- [ ] The examples guidelines are followed from [our contributing doc](https://github.com/vercel/next.js/blob/canary/contributing.md#adding-examples)
2022-08-05 13:07:50 +00:00
..
dependencies-can-use-env-vars-in-middlewares feat(middleware)!: forbids middleware response body (#36835) 2022-05-19 22:02:20 +00:00
edge-runtime-is-addressable Upgrade edge-runtime + make EdgeRuntime value overridable with an env var on compilation (#38331) 2022-07-12 15:18:59 +00:00
emit-decorator-metadata Add decoratorMetadata flag if enabled by tsconfig (#32914) 2022-02-06 16:48:09 +00:00
enoent-during-require Ensure ENOENT error is not ignored when loading pages (#37486) 2022-06-06 14:35:26 -04:00
escheck-output test: ensure default output is correct (#39358) 2022-08-05 13:07:50 +00:00
eslint-plugin-deps Ensure eslint plugins dont conflict (#35667) 2022-03-28 12:31:30 -05:00
exported-runtimes-value-validation feat: enhance warning messages about unanalyzable config field (#38907) 2022-07-22 19:31:47 +00:00
fallback-export-error Update check for fallback pages during export (#33323) 2022-01-17 14:44:45 +00:00
generate-middleware-source-maps [edge] enable edge compiler source maps by default (#38365) 2022-07-06 18:17:57 +00:00
jest chore: use pnpm install in tests (#37712) 2022-06-16 18:08:07 +00:00
middleware-environment-variables-in-node-server-reflect-the-usage-inference feat(middleware)!: forbids middleware response body (#36835) 2022-05-19 22:02:20 +00:00
middleware-is-not-allowed-when-using-serverless-target Throw an error when target: 'serverless' is used with Middleware (#37819) 2022-06-19 13:17:18 +00:00
middleware-typescript Export URLPattern from next/server (#39219) 2022-08-02 02:04:08 +00:00
minimal-mode-response-cache Move outputStandalone config (#37994) 2022-06-24 14:58:35 -05:00
missing-dep-error Ensure type check/link worker does not retry (#37324) 2022-05-31 11:30:38 -05:00
pnpm-support Move outputStandalone config (#37994) 2022-06-24 14:58:35 -05:00
postcss-plugin-config-as-string allow to provide postcss plugin options as a string (#35173) 2022-04-08 16:58:50 +00:00
prerender-prefetch Add config for opting out of optimistic client cache behavior (#38774) 2022-07-26 10:27:39 -05:00
react-18-streaming-ssr Remove RSC rendering from render (#39045) 2022-07-27 22:11:02 +00:00
reading-request-body-in-middleware feat(middleware)!: forbids middleware response body (#36835) 2022-05-19 22:02:20 +00:00
required-server-files Fix tracing edge-runtime dependencies (#39009) 2022-07-26 10:47:34 -05:00
standalone-mode-and-optimizecss Move outputStandalone config (#37994) 2022-06-24 14:58:35 -05:00
typescript-basic Fix squoosh image optimization for Node.js 18 (#38833) 2022-07-20 12:24:50 -04:00
required-server-files-i18n.test.ts Move outputStandalone config (#37994) 2022-06-24 14:58:35 -05:00
required-server-files.test.ts Fix tracing edge-runtime dependencies (#39009) 2022-07-26 10:47:34 -05:00