Implement the 008-persist-encounter feature that saves encounter state to localStorage so it survives page reloads

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Lukas
2026-03-05 16:24:00 +01:00
parent c4a90c9982
commit a9c280a6d6
12 changed files with 818 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ import { defineConfig } from "vitest/config";
export default defineConfig({
test: {
include: ["packages/*/src/**/*.test.ts"],
include: ["packages/*/src/**/*.test.ts", "apps/*/src/**/*.test.ts"],
passWithNoTests: true,
},
});