fix(confidence-engine): preserve follow-up progression ownership
This commit is contained in:
+1
-1
@@ -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, ".") } },
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user