Skip to content

Commit 24f8e43

Browse files
committed
chore: Format
1 parent 2af65b8 commit 24f8e43

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

test/loadTestBlocks.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,7 @@ const moveStatementTestBlocks = {
899899
'type': 'draw_emoji',
900900
'id': 'simple_mover',
901901
'fields': {
902-
'emoji': '✨'
902+
'emoji': '✨',
903903
},
904904
'next': {
905905
'block': {
@@ -919,9 +919,7 @@ const moveStatementTestBlocks = {
919919
{
920920
'type': 'text_print',
921921
'id': 'text_print',
922-
"disabledReasons": [
923-
"MANUALLY_DISABLED"
924-
],
922+
'disabledReasons': ['MANUALLY_DISABLED'],
925923
'x': 75,
926924
'y': 400,
927925
'inputs': {

test/webdriverio/test/move_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ suite('Statement move tests', function () {
267267

268268
test(
269269
'Constrained move of complex stack block right',
270-
moveTest(BLOCK_COMPLEX, Key.ArrowRight, EXPECTED_COMPLEX,{
270+
moveTest(BLOCK_COMPLEX, Key.ArrowRight, EXPECTED_COMPLEX, {
271271
parentId: null,
272272
parentIndex: null,
273273
nextId: null, // TODO(#702): Should be 'text_print',

0 commit comments

Comments
 (0)