Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
eltigerchino committed Dec 19, 2024
1 parent 89dd42a commit cf62019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kit/test/apps/basics/test/client.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ test.describe('$app/state', () => {
await expect(page.locator('p')).toHaveText('undefined');
await page.locator('button').click();
await expect(page.locator('p')).toHaveText('test');
})
});
});

test.describe('Invalidation', () => {
Expand Down

0 comments on commit cf62019

Please sign in to comment.