Skip to content

Commit

Permalink
Use default
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 committed Jan 31, 2025
1 parent 61a0232 commit 0ee9c57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default defineConfig({
},
},
reporters: process.env.CI_PREFLIGHT
? ['basic', 'github-actions']
: ['basic'],
? ['default', 'github-actions']
: [['default', { summary: false }]],
},
});

0 comments on commit 0ee9c57

Please sign in to comment.