Skip to content

Commit e781061

Browse files
authored
fix (#14854)
1 parent 1d09284 commit e781061

File tree

3 files changed

+2
-21
lines changed

3 files changed

+2
-21
lines changed

packages/kit/test/apps/basics/test/cross-platform/client.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ test.describe('Navigation lifecycle functions', () => {
277277
});
278278

279279
test('navigation.event is populated', async ({ page, clicknav }) => {
280+
/** @type {string[]} */
280281
const logs = [];
281282

282283
await page.goto('/navigation-lifecycle/before-navigate/event/a');

packages/kit/test/apps/options/test/test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,7 @@ test.describe('Async', () => {
361361

362362
await page.goto('/path-base/on-navigate/a');
363363

364+
/** @type {string[]} */
364365
const logs = [];
365366
page.on('console', (msg) => {
366367
logs.push(msg.text());

pnpm-lock.yaml

Lines changed: 0 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)