Skip to content

Commit

Permalink
Update .vscode-test.mjs
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Banck <[email protected]>
  • Loading branch information
jpogran and dbanck authored Dec 11, 2024
1 parent 4de790f commit a5d0046
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .vscode-test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,6 @@ const config = defineConfig({
tests: configs,
coverage: {
exclude: ['src/test/**', '**/node_modules/**', '**/dist/**'],
thresholds: {
global: {
statements: 80,
branches: 80,
functions: 80,
lines: 80,
},
},
},
});

Expand Down

0 comments on commit a5d0046

Please sign in to comment.