Skip to content

Commit 3367ce7

Browse files
author
Walter Bender
committed
remove extra newlines
1 parent 2e77674 commit 3367ce7

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

js/__tests__/SaveInterface.test.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,6 @@ describe('saveWAV & saveABC methods', () => {
336336
}
337337
};
338338

339-
340339
instance.saveAbc(activity);
341340

342341
expect(document.body.style.cursor).toBe("wait");
@@ -355,7 +354,6 @@ describe('saveWAV & saveABC methods', () => {
355354
}
356355
};
357356

358-
359357
instance.afterSaveAbc.call({ activity });
360358

361359
expect(mockSaveAbcOutput).toHaveBeenCalledWith(activity);
@@ -635,7 +633,6 @@ describe('MXML Methods', () => {
635633
global.saveMxmlOutput = jest.fn().mockReturnValue("<score>Mock MXML Data</score>");
636634
});
637635

638-
639636
it('should initialize MXML state and clear turtle canvases', () => {
640637
instance.saveMxml("test.mxml");
641638

@@ -656,8 +653,6 @@ describe('MXML Methods', () => {
656653
expect(activity.logo.runLogoCommands).toHaveBeenCalled();
657654
});
658655

659-
660-
661656
it('should generate XML and trigger download', () => {
662657
const filename = "TestScore.xml";
663658
instance.afterSaveMxml(filename);
@@ -684,4 +679,4 @@ describe('MXML Methods', () => {
684679
);
685680
});
686681

687-
});
682+
});

0 commit comments

Comments
 (0)