build(web): add TanStack Query + Testing Library deps

Wires @tanstack/svelte-query for the data layer and
@testing-library/{svelte,jest-dom} for component-level tests. Registers
the jest-dom matchers via a new vitest setup file.
This commit is contained in:
2026-04-22 15:51:35 -04:00
parent 0b5c4a13bf
commit d0015d3638
4 changed files with 318 additions and 21 deletions
+1
View File
@@ -0,0 +1 @@
import '@testing-library/jest-dom/vitest';