Skip to content

Commit

Permalink
fix: adjust test config
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherPHolder committed Apr 3, 2024
1 parent 43dfef7 commit 58846c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file removed packages/cli/jest.config.ts
Empty file.
2 changes: 1 addition & 1 deletion packages/cli/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default defineConfig({
environment: 'node',
include: ['src/**/*.test.ts'],

reporters: ['default'],
reporters: ['basic'],
coverage: {
reportsDirectory: '../../coverage/packages/cli',
provider: 'v8',
Expand Down

0 comments on commit 58846c6

Please sign in to comment.