Skip to content

Commit ab53131

Browse files
committed
remove todo comment
1 parent 9344ebe commit ab53131

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/kit/test/apps/basics/test/client.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1478,7 +1478,6 @@ test.describe('Shallow routing', () => {
14781478
await expect(page.locator('p')).toHaveText('active: true');
14791479
});
14801480

1481-
// TODO: pushState/replaceState infinite loop in $effect
14821481
test('pushState does not loop infinitely in $effect', async ({ page }) => {
14831482
await page.goto('/shallow-routing/push-state/effect');
14841483
await expect(page.locator('p')).toHaveText('count: 0');

0 commit comments

Comments
 (0)