Skip to content

Commit

Permalink
test(hmr): add v2_headers future flag to keep stderr clean
Browse files Browse the repository at this point in the history
  • Loading branch information
pcattori committed May 24, 2023
1 parent 33c904d commit f2bcfcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions integration/hmr-log-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ let fixture = (options: {
v2_errorBoundary: true,
v2_normalizeFormMethod: true,
v2_meta: true,
v2_headers: true,
},
};
`,
Expand Down
1 change: 1 addition & 0 deletions integration/hmr-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ let fixture = (options: {
v2_errorBoundary: true,
v2_normalizeFormMethod: true,
v2_meta: true,
v2_headers: true,
},
};
`,
Expand Down

0 comments on commit f2bcfcb

Please sign in to comment.