Add tests for Dialog and Tooltip, raise components/ui threshold to 93%

Dialog: open/close lifecycle, cancel event handling, DialogHeader.
Tooltip: show on pointer enter, hide on pointer leave. Raises
components/ui coverage threshold to enforce testing of future
primitives.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Lukas
2026-03-29 17:22:17 +02:00
parent 2bc22369ce
commit 110f4726ae
3 changed files with 115 additions and 2 deletions

View File

@@ -34,8 +34,8 @@ export default defineConfig({
branches: 55,
},
"apps/web/src/components/ui": {
lines: 86,
branches: 83,
lines: 93,
branches: 90,
},
},
},