Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
shunjizhan committed Sep 18, 2024
1 parent c0cb492 commit aa56b01
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
10 changes: 0 additions & 10 deletions .c8rc

This file was deleted.

7 changes: 0 additions & 7 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,5 @@ export default defineConfig({
root: './',
environment: 'node',
testTimeout: 500000,
coverage: {
provider: 'v8',
reporter: ['text', 'json', 'html'],
reportsDirectory: './coverage',
enabled: false,
exclude: ['**/__tests__'],
},
},
});

0 comments on commit aa56b01

Please sign in to comment.