We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 743a72e commit d287734Copy full SHA for d287734
1 file changed
packages/config/vitest-config/base.config.js
@@ -12,6 +12,5 @@ export default defineConfig({
12
provider: 'v8',
13
exclude: ['tests/**', 'samples/**', 'packages/**/tests/**'],
14
},
15
- printConsoleStack: false,
16
17
});
0 commit comments