test(canvas): expand reconciliation helper coverage

This commit is contained in:
2026-04-03 20:51:21 +02:00
parent 297816c5ca
commit f2f22b66a7
2 changed files with 194 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ export default defineConfig({
environment: "node",
include: [
"tests/**/*.test.ts",
"components/**/__tests__/*.test.ts",
"components/canvas/__tests__/canvas-flow-reconciliation-helpers.test.ts",
],
},
});