diff options
| author | Kit La Touche <kit@transneptune.net> | 2024-11-15 22:45:53 -0500 |
|---|---|---|
| committer | Kit La Touche <kit@transneptune.net> | 2024-11-15 22:45:53 -0500 |
| commit | a5945c50c41a0a41104a0c28ad1279ea3f9255f9 (patch) | |
| tree | afd84f6e761e74e881ac182c6d40b1ad14eb4fdd /vite.config.js | |
| parent | 8a7cc9f8859c14b60da870cee199110e71e0f5da (diff) | |
Ratchet up coverage
Just basic "will it mount?" tests for more components.
Diffstat (limited to 'vite.config.js')
| -rw-r--r-- | vite.config.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vite.config.js b/vite.config.js index 50032d0..e74647a 100644 --- a/vite.config.js +++ b/vite.config.js @@ -11,10 +11,10 @@ export default defineConfig({ environment: 'jsdom', coverage: { thresholds: { - statements: 31, - branches: 46, - functions: 8, - lines: 31 + statements: 49, + branches: 60, + functions: 14, + lines: 49 }, exclude: [ ...configDefaults.exclude, |
