mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-26 01:19:11 +00:00
add _startAt to all tests
This commit is contained in:
@@ -562,6 +562,7 @@ describe('typical scenarios', () => {
|
|||||||
selectedEventId: '1',
|
selectedEventId: '1',
|
||||||
current: 10,
|
current: 10,
|
||||||
_finishAt: 15,
|
_finishAt: 15,
|
||||||
|
_startAt: 9,
|
||||||
clock: 11,
|
clock: 11,
|
||||||
secondaryTimer: null,
|
secondaryTimer: null,
|
||||||
secondaryTarget: null,
|
secondaryTarget: null,
|
||||||
@@ -589,6 +590,7 @@ describe('typical scenarios', () => {
|
|||||||
selectedEventId: null,
|
selectedEventId: null,
|
||||||
current: null,
|
current: null,
|
||||||
_finishAt: null,
|
_finishAt: null,
|
||||||
|
_startAt: null,
|
||||||
clock: 11,
|
clock: 11,
|
||||||
secondaryTimer: 1,
|
secondaryTimer: 1,
|
||||||
secondaryTarget: 15,
|
secondaryTarget: 15,
|
||||||
@@ -609,6 +611,7 @@ describe('typical scenarios', () => {
|
|||||||
selectedEventId: '1',
|
selectedEventId: '1',
|
||||||
current: 10,
|
current: 10,
|
||||||
_finishAt: 11,
|
_finishAt: 11,
|
||||||
|
_startAt: 9,
|
||||||
clock: 12,
|
clock: 12,
|
||||||
secondaryTimer: null,
|
secondaryTimer: null,
|
||||||
secondaryTarget: null,
|
secondaryTarget: null,
|
||||||
@@ -629,6 +632,7 @@ describe('typical scenarios', () => {
|
|||||||
selectedEventId: null,
|
selectedEventId: null,
|
||||||
current: null,
|
current: null,
|
||||||
_finishAt: null,
|
_finishAt: null,
|
||||||
|
_startAt: null,
|
||||||
clock: 16,
|
clock: 16,
|
||||||
secondaryTimer: 1,
|
secondaryTimer: 1,
|
||||||
secondaryTarget: 15,
|
secondaryTarget: 15,
|
||||||
@@ -649,6 +653,7 @@ describe('typical scenarios', () => {
|
|||||||
selectedEventId: null,
|
selectedEventId: null,
|
||||||
current: null,
|
current: null,
|
||||||
_finishAt: null,
|
_finishAt: null,
|
||||||
|
_startAt: null,
|
||||||
clock: 15,
|
clock: 15,
|
||||||
secondaryTimer: 0,
|
secondaryTimer: 0,
|
||||||
secondaryTarget: 15,
|
secondaryTarget: 15,
|
||||||
@@ -669,6 +674,7 @@ describe('typical scenarios', () => {
|
|||||||
selectedEventId: '1',
|
selectedEventId: '1',
|
||||||
current: 25,
|
current: 25,
|
||||||
_finishAt: 10 + dayInMs,
|
_finishAt: 10 + dayInMs,
|
||||||
|
_startAt: 10,
|
||||||
clock: dayInMs - 10,
|
clock: dayInMs - 10,
|
||||||
secondaryTimer: null,
|
secondaryTimer: null,
|
||||||
secondaryTarget: null,
|
secondaryTarget: null,
|
||||||
@@ -689,6 +695,7 @@ describe('typical scenarios', () => {
|
|||||||
selectedEventId: '1',
|
selectedEventId: '1',
|
||||||
current: dayInMs,
|
current: dayInMs,
|
||||||
_finishAt: 10 + dayInMs,
|
_finishAt: 10 + dayInMs,
|
||||||
|
_startAt: 10,
|
||||||
clock: 10,
|
clock: 10,
|
||||||
secondaryTimer: null,
|
secondaryTimer: null,
|
||||||
secondaryTarget: null,
|
secondaryTarget: null,
|
||||||
|
|||||||
Reference in New Issue
Block a user