There was an error while loading. Please reload this page.
1 parent ef9a53f commit 1877d32Copy full SHA for 1877d32
1 file changed
docs/config/index.md
@@ -1940,7 +1940,7 @@ import { defineConfig } from 'vitest/config'
1940
1941
export default defineConfig({
1942
test: {
1943
- onConsoleLog(log: string, type: 'stdout' | 'stderr'): boolean | void {
+ onConsoleLog(log: string, type: 'stdout' | 'stderr'): false | void {
1944
if (log === 'message from third party library' && type === 'stdout')
1945
return false
1946
},
0 commit comments