diff --git a/packages/blockly/tests/mocha/shortcut_items_test.js b/packages/blockly/tests/mocha/shortcut_items_test.js index d0868c6c0..72f7a97c5 100644 --- a/packages/blockly/tests/mocha/shortcut_items_test.js +++ b/packages/blockly/tests/mocha/shortcut_items_test.js @@ -160,7 +160,9 @@ suite('Keyboard Shortcut Items', function () { await mutatorIcon.setBubbleVisible(true); const bubble = mutatorIcon.getBubble(); - Blockly.getFocusManager().focusTree(bubble.getWorkspace().getFlyout().getWorkspace()); + Blockly.getFocusManager().focusTree( + bubble.getWorkspace().getFlyout().getWorkspace(), + ); const event = new KeyboardEvent('keydown', { keyCode: Blockly.utils.KeyCodes.ESC, key: 'Escape',