Skip to content

Commit d906222

Browse files
committed
Add integration tests for PitchBlocks
1 parent a2fcd51 commit d906222

File tree

2 files changed

+874
-0
lines changed

2 files changed

+874
-0
lines changed

js/blocks/PitchBlocks.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2112,3 +2112,7 @@ function setupPitchBlocks(activity) {
21122112
new Pitch2Block().setup(activity);
21132113
new PitchBlock().setup(activity);
21142114
}
2115+
2116+
if (typeof module !== "undefined" && module.exports) {
2117+
module.exports = { setupPitchBlocks };
2118+
}

0 commit comments

Comments
 (0)