Skip to content

Commit 056f6b5

Browse files
committed
chore: format
1 parent f41bdc9 commit 056f6b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integration/hmr-test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ test("HMR", async ({ page }) => {
302302

303303
// detect HMR'd content and style changes
304304
await page.waitForLoadState("networkidle");
305-
305+
306306
let h1 = page.getByText("Changed");
307307
await h1.waitFor({ timeout: HMR_TIMEOUT_MS });
308308
expect(h1).toHaveCSS("color", "rgb(255, 255, 255)");
@@ -419,7 +419,7 @@ test("HMR", async ({ page }) => {
419419
aboutCounter = await page.waitForSelector(
420420
`#about-counter:has-text("inc 0")`
421421
);
422-
422+
423423
// This should not have triggered any revalidation but our detection is
424424
// failing for x-module changes for route module imports
425425
// expect(dataRequests).toBe(2);

0 commit comments

Comments
 (0)