| 1 | import {assert} from '@open-wc/testing' |
| 2 | import {applyDuration, Duration, elapsedTime, getRelativeTimeUnit, roundToSingleUnit} from '../src/duration.ts' |
| 3 | import {Temporal} from '@js-temporal/polyfill' |
| 4 |
nothing calls this directly
no test coverage detected