Skip to content

Commit d26ef2a

Browse files
authored
Fix ineffective tests in IntervalsActions and update license header (#4971)
1 parent 8db062a commit d26ef2a

File tree

2 files changed

+211
-151
lines changed

2 files changed

+211
-151
lines changed

js/turtleactions/IntervalsActions.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,3 +472,6 @@ function setupIntervalsActions(activity) {
472472
}
473473
};
474474
}
475+
if (typeof module !== "undefined" && module.exports) {
476+
module.exports = { setupIntervalsActions };
477+
}

0 commit comments

Comments
 (0)