feat(ui): helper de thème dark/light persisté (TDD)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-05 05:26:00 +02:00
parent d3bf4a9fd2
commit b9699bfb8f
3 changed files with 51 additions and 1 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import { defineConfig } from "vitest/config";
export default defineConfig({
test: {
globals: true,
include: ["server/**/*.test.ts", "shared/**/*.test.ts"],
include: ["server/**/*.test.ts", "shared/**/*.test.ts", "client/**/*.test.ts"],
environment: "node",
},
resolve: { alias: { "@shared": new URL("./shared", import.meta.url).pathname } },