Skip to content

Commit

Permalink
test: remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Jan 10, 2024
1 parent 9aeaf03 commit 493730f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion playground/hmr-ssr/__tests__/hmr.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,6 @@ async function untilConsoleLog(
function waitForWatcher(server: ViteDevServer) {
return new Promise<void>((resolve) => {
if ((server.watcher as any)._readyEmitted) {
console.log('watcher resolved immediately', server.watcher.getWatched())
resolve()
} else {
server.watcher.once('ready', () => resolve())
Expand Down

0 comments on commit 493730f

Please sign in to comment.