Skip to content

Commit b46cd51

Browse files
committed
Refactor IntervalsBlocks export to ensure existing tests are properly reflected in coverage and add additional unit tests
1 parent 83c5c8d commit b46cd51

File tree

2 files changed

+519
-39
lines changed

2 files changed

+519
-39
lines changed

js/blocks/IntervalsBlocks.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1543,3 +1543,7 @@ function setupIntervalsBlocks(activity) {
15431543
new SetKeyBlock().setup(activity);
15441544
new SetKey2Block().setup(activity);
15451545
}
1546+
1547+
if (typeof module !== "undefined" && module.exports) {
1548+
module.exports = { setupIntervalsBlocks };
1549+
}

0 commit comments

Comments
 (0)