Skip to content

Commit 35f10ef

Browse files
authored
Exporting modules for test
1 parent 4bda756 commit 35f10ef

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

js/js-export/export.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,4 +435,6 @@ class MusicBlocks {
435435
return Singer.VolumeActions.masterVolume;
436436
}
437437
}
438-
module.exports = {Mouse, MusicBlocks};
438+
if (typeof module !== 'undefined' && module.exports) {
439+
module.exports = {Mouse, MusicBlocks};
440+
}

0 commit comments

Comments
 (0)