Explorar o código

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

Benjamin Giesinger %!s(int64=6) %!d(string=hai) anos
pai
achega
3ed2f0fe4d
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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
         );