Skip to content

Commit 3e68821

Browse files
authored
refactor: replace basic reporters (#1621)
1 parent b2ce8b6 commit 3e68821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/vitest.config.mts

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default defineConfig({
2323
},
2424
setupFiles: ['./test/functionality/test-setup.ts'],
2525
globalSetup: ['./test/functionality/test-setup-global.ts'],
26-
reporters: process.env.GITHUB_ACTIONS ? ['basic', 'github-actions'] : ['dot'],
26+
reporters: process.env.GITHUB_ACTIONS ? ['default', 'github-actions'] : ['dot'],
2727
isolate: false,
2828
pool: 'threads',
2929
server: {

0 commit comments

Comments
 (0)