Skip to content

Commit b8636b6

Browse files
authored
Merge pull request #5075 from vyagh/test/pitchslider-widget-tests
test: add comprehensive PitchSlider widget unit tests
2 parents be3281c + 7b9f6c4 commit b8636b6

File tree

2 files changed

+626
-0
lines changed

2 files changed

+626
-0
lines changed

js/widgets/pitchslider.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,3 +224,6 @@ class PitchSlider {
224224
this.activity.blocks.loadNewBlocks(newStack);
225225
}
226226
}
227+
if (typeof module !== "undefined") {
228+
module.exports = PitchSlider;
229+
}

0 commit comments

Comments
 (0)