Skip to content

Commit a0510ef

Browse files
committed
tweak
1 parent 5c9e2c5 commit a0510ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ test.describe('$app/stores', () => {
606606
await expect(page.locator('h1')).toHaveText('/store/client-access');
607607
});
608608

609-
test('doesnt update if data didnt change', async ({ page, app }) => {
609+
test('$page.data does not update if data is unchanged', async ({ page, app }) => {
610610
await page.goto('/store/data/unchanged/a');
611611
await app.goto('/store/data/unchanged/b');
612612
await expect(page.locator('p')).toHaveText('$page.data was updated 0 time(s)');

0 commit comments

Comments
 (0)