Skip to content

Commit fbe4951

Browse files
committed
chore: format
1 parent e8b3c3a commit fbe4951

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

integration/client-data-test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1560,9 +1560,7 @@ test.describe("Client Data", () => {
15601560
expect(html).toMatch("Child Server Action (mutated by client)");
15611561
});
15621562

1563-
test("child.clientAction/parent.childLoader", async ({
1564-
page,
1565-
}) => {
1563+
test("child.clientAction/parent.childLoader", async ({ page }) => {
15661564
let app = new PlaywrightFixture(appFixture, page);
15671565
await app.goto("/");
15681566
await app.clickLink(

0 commit comments

Comments
 (0)