test(web): MSW harness with typed handlers, fixtures, and client tests

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-03 22:35:55 +02:00
parent dcfddc88c7
commit 66d0624279
10 changed files with 140 additions and 1 deletions
+5
View File
@@ -22,5 +22,10 @@ export default defineConfig({
environment: "jsdom",
globals: true,
setupFiles: ["./src/test/setup.ts"],
environmentOptions: {
jsdom: {
url: "http://localhost",
},
},
},
});