UNPKG

mozaik

Version:

Mozaik dashboard composition tool

13 lines (10 loc) 262 B
import _ from 'lodash'; import expect from 'expect'; export const getFakeTimerCount = (clock) => { return _.reduce(clock.timers, (count, timer) => { if (timer !== undefined) { count++; } return count; }, 0); };