Skip to content

Commit 8f1f009

Browse files
committed
fix(tests): revert to default reporter
1 parent 663d5a1 commit 8f1f009

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

vitest.config.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
import { defineConfig, mergeConfig } from 'vitest/config'
22
import viteConfig from './vite.config'
33

4-
const isGithubActions = process.env.GITHUB_ACTIONS === 'true'
5-
64
export default mergeConfig(
75
viteConfig,
86
defineConfig({
97
test: {
10-
reporters: isGithubActions ? 'github-actions' : 'tree',
118
setupFiles: './setupTests.ts',
129
environment: 'happy-dom',
1310
},

0 commit comments

Comments
 (0)