Skip to content

Commit 89d22df

Browse files
committed
remove .only
1 parent 6d841ec commit 89d22df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/rsc/rsc-test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1761,7 +1761,7 @@ implementations.forEach((implementation) => {
17611761
);
17621762
});
17631763

1764-
test.only("Suppport throwing redirect Response from render", async ({
1764+
test("Suppport throwing redirect Response from render", async ({
17651765
page,
17661766
}) => {
17671767
await page.goto(`http://localhost:${port}/render-redirect`);

0 commit comments

Comments
 (0)