From a5945c50c41a0a41104a0c28ad1279ea3f9255f9 Mon Sep 17 00:00:00 2001 From: Kit La Touche Date: Fri, 15 Nov 2024 22:45:53 -0500 Subject: Ratchet up coverage Just basic "will it mount?" tests for more components. --- vite.config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'vite.config.js') 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, -- cgit v1.2.3