Skip to content

Commit

Permalink
test: update usage
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Mar 5, 2024
1 parent 131690f commit 95674ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/web-worker/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ export default defineConfig({
},
},
onConsoleLog(log) {
if (log.includes('Failed to load'))
return false
return !log.includes('Failed to load')
},
},
})

0 comments on commit 95674ac

Please sign in to comment.