fix(confidence-engine): preserve follow-up progression ownership

This commit is contained in:
2026-08-30 08:28:29 +01:00
parent 17c6048047
commit 8bded90094
4 changed files with 408 additions and 9 deletions
+1 -1
View File
@@ -6,6 +6,6 @@ const __filename = fileURLToPath(import.meta.url);
const __dirname = path.dirname(__filename);
export default defineConfig({
test: { globals: true },
test: { globals: true, environment: "jsdom" },
resolve: { alias: { "@": path.resolve(__dirname, ".") } },
});