Skip to content

Commit

Permalink
fix: warning suppression broken (fix vitest-dev#3270)
Browse files Browse the repository at this point in the history
  • Loading branch information
IceQub3 committed Apr 28, 2023
1 parent 0c09a40 commit fc20e75
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 fc20e75

Please sign in to comment.