Sfoglia il codice sorgente

test(Fixing broken test): Accidently removed a done() from another function. Added it again in this

Benjamin Giesinger 6 anni fa
parent
commit
3ed2f0fe4d
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      test/Common/OSMD/OSMD_Test.ts

+ 1 - 0
test/Common/OSMD/OSMD_Test.ts

@@ -59,6 +59,7 @@ describe("OpenSheetMusicDisplay Main Export", () => {
         opensheetmusicdisplay.load(xml).then(
             (_: {}) => {
                 opensheetmusicdisplay.render();
+                done();
             },
             done
         );