We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
vitest-dev
sheremet-va
antfu
patak-dev
Learn more about funding links in repositories.
Report abuse
1 parent c7da155 commit 036de79Copy full SHA for 036de79
packages/vitest/suppress-warnings.cjs
@@ -4,6 +4,7 @@
4
const ignoreWarnings = new Set([
5
'--experimental-loader is an experimental feature. This feature could change at any time',
6
'Custom ESM Loaders is an experimental feature. This feature could change at any time',
7
+ 'Custom ESM Loaders is an experimental feature and might change at any time',
8
])
9
10
const { emit } = process
0 commit comments