fix(canvas): restore compare previews for render inputs

This commit is contained in:
2026-04-04 07:53:36 +02:00
parent 376291a193
commit 8f2c3192d8
3 changed files with 131 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ export default defineConfig({
environment: "node",
include: [
"tests/**/*.test.ts",
"components/canvas/__tests__/canvas-helpers.test.ts",
"components/canvas/__tests__/canvas-flow-reconciliation-helpers.test.ts",
"components/canvas/__tests__/use-canvas-flow-reconciliation.test.ts",
"components/canvas/__tests__/use-canvas-drop.test.tsx",