Skip to content

Commit 036de79

Browse files
authoredMay 3, 2023
fix: warning suppression broken (fix #3270) (#3271)
1 parent c7da155 commit 036de79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎packages/vitest/suppress-warnings.cjs

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
const ignoreWarnings = new Set([
55
'--experimental-loader is an experimental feature. This feature could change at any time',
66
'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',
78
])
89

910
const { emit } = process

0 commit comments

Comments
 (0)
Please sign in to comment.