rsnext/test/integration/react-streaming-and-server-components
Shu Ding 931666dd3c
Fix uncaught error in getInitialProps when runtime is set to nodejs (#34228)
This PR ensures that the test "should render 500 error correctly" doesn't break when `runtime` is set to `nodejs` with `serverComponents` enabled.

This test case is now moved to the "basic" suite to ensure it doesn't break in both runtimes. And "should not bundle external imports into client builds for RSC" is enabled for the `nodejs` runtime too.

## Bug

- [ ] Related issues linked using `fixes #number`
- [x] 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 `yarn lint`
2022-02-11 18:30:39 +00:00
..
app Fix reuse of inline flight response and 404 for RSC in node runtime (#34202) 2022-02-10 21:13:52 +00:00
test Fix uncaught error in getInitialProps when runtime is set to nodejs (#34228) 2022-02-11 18:30:39 +00:00
unsupported-native-module Deprecate concurrentFeatures with runtime (#34068) 2022-02-08 14:16:46 +01:00