diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-02-03 16:39:45 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-02-03 16:39:45 +0100 |
| commit | 6e0eac514fb035f904b3b767a0a7663d5b30ec55 (patch) | |
| tree | 53cfc91cb4c6f4fd6d2807381bf90aa0b9a64541 /vitest.config.ts | |
| parent | b8277c5c54b524274c3bef9ae465ff58f54ca212 (diff) | |
| download | faker-6e0eac514fb035f904b3b767a0a7663d5b30ec55.tar.xz faker-6e0eac514fb035f904b3b767a0a7663d5b30ec55.zip | |
chore(deps): update vitest to v3 (major) (#3389)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: ST-DDT <[email protected]>
Diffstat (limited to 'vitest.config.ts')
| -rw-r--r-- | vitest.config.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vitest.config.ts b/vitest.config.ts index 24a9cda3..bb0057ca 100644 --- a/vitest.config.ts +++ b/vitest.config.ts @@ -17,7 +17,7 @@ export default defineConfig({ reporter: ['clover', 'cobertura', 'lcov', 'text'], include: ['src'], }, - reporters: CI_PREFLIGHT ? ['basic', 'github-actions'] : ['basic'], + reporters: CI_PREFLIGHT ? ['default', 'github-actions'] : ['default'], sequence: { seed: VITEST_SEQUENCE_SEED, shuffle: true, |
