Skip to content

Commit 699cea4

Browse files
authored
Merge pull request #4983 from Jetshree/test-PitchBlocks
test: add tests for PitchBlocks.js
2 parents ddbf0c1 + 0484e75 commit 699cea4

File tree

2 files changed

+1319
-0
lines changed

2 files changed

+1319
-0
lines changed

js/blocks/PitchBlocks.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2161,3 +2161,7 @@ function setupPitchBlocks(activity) {
21612161
new Pitch2Block().setup(activity);
21622162
new PitchBlock().setup(activity);
21632163
}
2164+
2165+
if (typeof module !== "undefined" && module.exports) {
2166+
module.exports = { setupPitchBlocks };
2167+
}

0 commit comments

Comments
 (0)