From 24f8e433b271b716385c6d7057a450e4a66332a3 Mon Sep 17 00:00:00 2001 From: Christopher Allen Date: Wed, 27 Aug 2025 18:15:02 +0100 Subject: [PATCH] chore: Format --- test/loadTestBlocks.js | 6 ++---- test/webdriverio/test/move_test.ts | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/test/loadTestBlocks.js b/test/loadTestBlocks.js index da64cb05..78a5c7cb 100644 --- a/test/loadTestBlocks.js +++ b/test/loadTestBlocks.js @@ -899,7 +899,7 @@ const moveStatementTestBlocks = { 'type': 'draw_emoji', 'id': 'simple_mover', 'fields': { - 'emoji': '✨' + 'emoji': '✨', }, 'next': { 'block': { @@ -919,9 +919,7 @@ const moveStatementTestBlocks = { { 'type': 'text_print', 'id': 'text_print', - "disabledReasons": [ - "MANUALLY_DISABLED" - ], + 'disabledReasons': ['MANUALLY_DISABLED'], 'x': 75, 'y': 400, 'inputs': { diff --git a/test/webdriverio/test/move_test.ts b/test/webdriverio/test/move_test.ts index 781abdd3..94db43ae 100644 --- a/test/webdriverio/test/move_test.ts +++ b/test/webdriverio/test/move_test.ts @@ -267,7 +267,7 @@ suite('Statement move tests', function () { test( 'Constrained move of complex stack block right', - moveTest(BLOCK_COMPLEX, Key.ArrowRight, EXPECTED_COMPLEX,{ + moveTest(BLOCK_COMPLEX, Key.ArrowRight, EXPECTED_COMPLEX, { parentId: null, parentIndex: null, nextId: null, // TODO(#702): Should be 'text_print',