| 1 | import {isInTimeIntervalLocal, nextTimeInterval, isNightAtLocation, nextTimeChangeAtLocation, parseTime, getDuration, getDurationInMinutes} from '../../../src/utils/time'; |
| 2 | |
| 3 | test('Time interval', () => { |
| 4 | // isInTimeIntervalLocal is time-zone dependent |
nothing calls this directly
no test coverage detected