We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 704d2bc commit 40e37c9Copy full SHA for 40e37c9
integration/vite-hmr-hdr-test.ts
@@ -17,7 +17,7 @@ const templates = [
17
];
18
19
templates.forEach((template) => {
20
- const isRsc = template.name.includes("rsc");
+ const isRsc = template.name.startsWith("rsc-");
21
22
test.describe(`${template.displayName} - HMR & HDR`, () => {
23
test.use({
0 commit comments