Skip to content

Commit

Permalink
chore: adjust configurations for vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
mato533 committed Dec 6, 2024
1 parent ffd540e commit a59e3ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/electron-typed-ipc-bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"rollup-plugin-delete": "^2.1.0",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-node-externals": "^7.1.3",
"vitest": "^2.1.6"
"vitest": "^2.1.8"
},
"keywords": [
"electron",
Expand Down
1 change: 1 addition & 0 deletions packages/electron-typed-ipc-bridge/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export default defineConfig({
silent: true,
include: ['src/**/*.spec.ts'],
coverage: {
provider: 'v8',
exclude: ['src/index.ts', ...coverageConfigDefaults.exclude],
thresholds: {
lines: 70,
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a59e3ce

Please sign in to comment.