We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ae49ea commit d3b479bCopy full SHA for d3b479b
js/js-export/__tests__/export.test.js
@@ -352,7 +352,6 @@ describe("MusicBlocks Class", () => {
352
expect(musicBlocks.MASTERVOLUME).toBe(1.0);
353
});
354
355
-
356
describe("ENDFLOWCOMMAND edge cases", () => {
357
beforeEach(() => {
358
musicBlocks.turtle.waitTime = 0;
@@ -468,7 +467,6 @@ describe("MusicBlocks Class", () => {
468
467
const result = await musicBlocks.runCommand("draw", []);
469
expect(mockPainterMethod).toHaveBeenCalled();
470
expect(result).toBe("painted");
471
472
473
474
0 commit comments