From 4254f14f9394939f4d36a28f25baad530baf4711 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 15 Apr 2026 08:03:23 +0200 Subject: [PATCH] Add brushKind to editor-store test --- tests/domain/editor-store.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/domain/editor-store.test.ts b/tests/domain/editor-store.test.ts index c68c5c62..a758811b 100644 --- a/tests/domain/editor-store.test.ts +++ b/tests/domain/editor-store.test.ts @@ -533,6 +533,7 @@ describe("EditorStore", () => { target: { kind: "brush", brushId: "brush-main", + brushKind: "box", initialCenter: { x: 0, y: 1,