From 99e4153ec592923b6470e3f3352a355c42f3aaed Mon Sep 17 00:00:00 2001 From: Joseph Cumines Date: Fri, 19 Jun 2026 11:47:37 +1000 Subject: [PATCH] test(tools): create control-case node on the plain graph CodeRabbit found the RotatedPlain control node was created on instead of , so the unstroked control assertion was not actually validating the same setup without a stroke. --- tests/engine/tools/analyze/overlaps/bounds.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/engine/tools/analyze/overlaps/bounds.test.ts b/tests/engine/tools/analyze/overlaps/bounds.test.ts index c08cc9381..5a753513a 100644 --- a/tests/engine/tools/analyze/overlaps/bounds.test.ts +++ b/tests/engine/tools/analyze/overlaps/bounds.test.ts @@ -222,7 +222,7 @@ describe('analyze overlaps visible bounds', () => { // into the gap is caused by the stroked bounds, not the raw node box. const plain = new SceneGraph() const plainPage = pageId(plain) - graph.createNode('RECTANGLE', plainPage, { + plain.createNode('RECTANGLE', plainPage, { name: 'RotatedPlain', x: 45, y: 45,