File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff 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+ } ) ;
You can’t perform that action at this time.
0 commit comments