Skip to content

Commit cc65f34

Browse files
committed
remove unused var
1 parent 5bc63aa commit cc65f34

File tree

1 file changed

+0
-2
lines changed
  • packages/kit/test/apps/basics/test

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -904,8 +904,6 @@ test.describe('$app/state', () => {
904904
test('page state contains data', async ({ page, clicknav }) => {
905905
await page.goto('/state/data/www');
906906

907-
const foo = { bar: 'Custom layout' };
908-
909907
expect(await page.textContent('#state-data')).toBe(
910908
'{"rootlayout":"rootlayout","foo":{"bar":"Custom layout"},"name":"SvelteKit","value":456,"page":"www"}'
911909
);

0 commit comments

Comments
 (0)