[READ-ONLY] Mirror of https://github.com/vitest-dev/vitest. Next generation testing framework powered by Vite. vitest.dev
test testing-tools vite
12

Configure Feed

Select the types of activity you want to include in your feed.

fix: warning suppression broken (fix #3270) (#3271)

authored by

Yuval and committed by
GitHub
(May 3, 2023, 11:23 AM +0200) 036de797 c7da155f

+1
+1
packages/vitest/suppress-warnings.cjs
··· 4 4 const ignoreWarnings = new Set([ 5 5 '--experimental-loader is an experimental feature. This feature could change at any time', 6 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', 7 8 ]) 8 9 9 10 const { emit } = process