Skip to content

Commit

Permalink
fix: types code coverage 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
ssi02014 committed Apr 28, 2024
1 parent c8962b8 commit 220161f
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 5 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
3 changes: 1 addition & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"scripts": {
"test": "vitest --typecheck",
"test:run": "vitest run --coverage --typecheck",
"test:run": "vitest run --typecheck",
"typecheck": "tsc",
"build": "rm -rf dist && yarn typecheck"
},
Expand All @@ -25,7 +25,6 @@
"access": "public"
},
"devDependencies": {
"@vitest/coverage-istanbul": "^1.5.2",
"tslib": "^2.6.2",
"typescript": "^5.1.6",
"vitest": "^1.5.0"
Expand Down
3 changes: 0 additions & 3 deletions packages/types/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,5 @@ export default defineConfig({
name: packageJson.name,
dir: './src',
globals: true,
coverage: {
provider: 'istanbul',
},
},
});

0 comments on commit 220161f

Please sign in to comment.