Skip to content

Commit f2627c5

Browse files
authored
Merge pull request Sofie-Automation#379 from nrkno/fix/quantel-reset-port
Fix (Quantel) Reimplement CANCELWAITING port commands (SOFIE-3551)
2 parents 0342e94 + b1c1e8e commit f2627c5

File tree

7 files changed

+726
-2
lines changed

7 files changed

+726
-2
lines changed

packages/timeline-state-resolver/src/__tests__/mockTime.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ export class MockTime {
2222
this._now = 10000
2323
jest.useFakeTimers({ now: this._now })
2424
}
25+
reset = () => {
26+
jest.useRealTimers()
27+
}
2528
advanceTime = (advanceTime: number) => {
2629
this._now += advanceTime
2730
jest.advanceTimersByTime(advanceTime)

0 commit comments

Comments
 (0)