Skip to content

Commit

Permalink
fix: warning suppression broken (fix #3270) (#3271)
Browse files Browse the repository at this point in the history
  • Loading branch information
IceQub3 committed May 3, 2023
1 parent c7da155 commit 036de79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vitest/suppress-warnings.cjs
Expand Up @@ -4,6 +4,7 @@
const ignoreWarnings = new Set([
'--experimental-loader is an experimental feature. This feature could change at any time',
'Custom ESM Loaders is an experimental feature. This feature could change at any time',
'Custom ESM Loaders is an experimental feature and might change at any time',
])

const { emit } = process
Expand Down

0 comments on commit 036de79

Please sign in to comment.