Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
varshith257 authored Nov 26, 2024
1 parent 8bec841 commit 11a6cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default defineConfig({
coverage: {
enabled: true,
provider: 'istanbul',
reporter: ['text', 'html', 'text-summary', 'lcov' ],
reporter: ['text', 'html', 'text-summary', 'lcov'],
},
},
});

0 comments on commit 11a6cb1

Please sign in to comment.