diff options
| author | Tommaso Sciortino <[email protected]> | 2025-06-19 15:27:00 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-19 15:27:00 -0700 |
| commit | 1e5689e054b35a3e163ee826848fa34104f4ae1d (patch) | |
| tree | cc04f57761aec279402e3e9fee63519d714025d2 /packages/cli/vitest.config.ts | |
| parent | c1486c47eeedcea065d69ced1f6b454e86ff3191 (diff) | |
Set slice=true on tests to supress output. (#1168)
Diffstat (limited to 'packages/cli/vitest.config.ts')
| -rw-r--r-- | packages/cli/vitest.config.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/cli/vitest.config.ts b/packages/cli/vitest.config.ts index 1a8180ad..8f67a0be 100644 --- a/packages/cli/vitest.config.ts +++ b/packages/cli/vitest.config.ts @@ -14,6 +14,7 @@ export default defineConfig({ environment: 'jsdom', globals: true, reporters: ['default', 'junit'], + silent: true, outputFile: { junit: 'junit.xml', }, |
