Skip to content

Commit 7e659b2

Browse files
chore(vitest): remove extraneous reporters
1 parent ed4eafe commit 7e659b2

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

vitest.config.mts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,5 @@ export default defineConfig({
1414
},
1515
},
1616
exclude: ['__tests__/(esm|types)/**'],
17-
reporters:
18-
process.env.CI === 'true' ? ['default', 'github-actions'] : ['default'],
1917
},
2018
});

0 commit comments

Comments
 (0)