Skip to content

Commit 00b5f36

Browse files
committed
chore(tests): Clean console logging
1 parent b8fb33f commit 00b5f36

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/lib/Redirector.svelte.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,6 @@ describe("Cross-universe Redirection", () => {
457457
const redirector = new Redirector(false); // Monitor path universe
458458
flushSync();
459459
navigateSpy.mockClear();
460-
console.debug('Location before redirection:', location.url.href);
461460

462461
// Act.
463462
redirector.redirections.push({

src/lib/kernel/LocationLite.svelte.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ describe("LocationLite", () => {
177177
const currentPath = "/current/path";
178178
window.location.href = `${currentPath}?some=value&plus=another`;
179179
location.url.href = window.location.href;
180-
console.debug('Path: ', window.location.pathname);
181180

182181
// Act.
183182
location.goTo('', { preserveQuery: true });

0 commit comments

Comments
 (0)