Skip to content

Commit

Permalink
Remove console msg
Browse files Browse the repository at this point in the history
  • Loading branch information
l-you committed Jan 23, 2024
1 parent 1640ce7 commit d6929ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion __tests__/ScrollRestorer.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ test('Smooth scrolling', async ({page}) => {
//Test for a scroll to not produce any errors. Https://github.com/sveltejs/kit/issues/365
let error: string | null = null
page.on("console", (msg) => {
console.log(msg.text())
if (msg.type() === 'error') {
error = msg.text()
}
Expand Down

0 comments on commit d6929ef

Please sign in to comment.