Skip to content

Commit

Permalink
chore: vitest.config 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ssi02014 committed Apr 28, 2024
1 parent 0013f15 commit e615209
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
6 changes: 0 additions & 6 deletions packages/react/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ export default defineConfig({
setupFiles: './vitest.setup.ts',
coverage: {
provider: 'istanbul',
exclude: [
'src/index.ts',
'src/global.d.ts',
'src/components/index.ts',
'src/hooks/index.ts',
],
},
},
});
8 changes: 0 additions & 8 deletions packages/utils/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@ export default defineConfig({
globals: true,
coverage: {
provider: 'istanbul',
exclude: [
'src/index.ts',
'src/common/index.ts',
'src/device/index.ts',
'src/string/index.ts',
'src/object/index.ts',
'src/storage',
],
},
},
});

0 comments on commit e615209

Please sign in to comment.