Skip to content

Commit d3b479b

Browse files
ParthParth
authored andcommitted
style: fix formatting in export.test.js after merge resolution
1 parent 8ae49ea commit d3b479b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

js/js-export/__tests__/export.test.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,6 @@ describe("MusicBlocks Class", () => {
352352
expect(musicBlocks.MASTERVOLUME).toBe(1.0);
353353
});
354354

355-
356355
describe("ENDFLOWCOMMAND edge cases", () => {
357356
beforeEach(() => {
358357
musicBlocks.turtle.waitTime = 0;
@@ -468,7 +467,6 @@ describe("MusicBlocks Class", () => {
468467
const result = await musicBlocks.runCommand("draw", []);
469468
expect(mockPainterMethod).toHaveBeenCalled();
470469
expect(result).toBe("painted");
471-
472470
});
473471
});
474472
});

0 commit comments

Comments
 (0)