Skip to content

Commit 40e37c9

Browse files
committed
wip
1 parent 704d2bc commit 40e37c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/vite-hmr-hdr-test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const templates = [
1717
];
1818

1919
templates.forEach((template) => {
20-
const isRsc = template.name.includes("rsc");
20+
const isRsc = template.name.startsWith("rsc-");
2121

2222
test.describe(`${template.displayName} - HMR & HDR`, () => {
2323
test.use({

0 commit comments

Comments
 (0)