Skip to content

Commit

Permalink
Update proposals/hybrid-rendering.md
Browse files Browse the repository at this point in the history
Co-authored-by: Happydev <81974850+MoustaphaDev@users.noreply.github.com>
  • Loading branch information
matthewp and MoustaphaDev committed May 22, 2023
1 parent c71ad1f commit 44eea8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proposals/hybrid-rendering.md
Expand Up @@ -72,7 +72,7 @@ Additionally there are a few places in the codebase that assume if `output !== '

Prerendering is currently tested via fixture testing, due to the fact that the build artifacts is what changes. This same strategy will be used to test hybrid rendering as well, only testing for the opposite effect.

Likely we can use the same test fixtures, but only swap out the `output` when testing `'hybrid'`, which eliminates the need for new fixtures.
Likely we can use most of the prerendering test fixtures, and only swap out the `output` when testing `'hybrid'`, which reduces the need for new fixtures.

# Drawbacks

Expand Down

0 comments on commit 44eea8b

Please sign in to comment.