Skip to content

Commit 8e4fe4d

Browse files
authored
Merge pull request #5057 from WillyEverGreen/test-rhythmruler-widget
test(rhythmruler): add unit tests for widget state and behavior
2 parents d29492c + 1ec2586 commit 8e4fe4d

File tree

2 files changed

+489
-0
lines changed

2 files changed

+489
-0
lines changed

js/widgets/rhythmruler.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2846,3 +2846,6 @@ class RhythmRuler {
28462846
}
28472847
}
28482848
}
2849+
if (typeof module !== "undefined") {
2850+
module.exports = RhythmRuler;
2851+
}

0 commit comments

Comments
 (0)