add _startAt to all tests

This commit is contained in:
arc-alex
2023-11-20 17:51:50 +01:00
parent facce4f096
commit 22d89c6fbc
@@ -562,6 +562,7 @@ describe('typical scenarios', () => {
selectedEventId: '1',
current: 10,
_finishAt: 15,
_startAt: 9,
clock: 11,
secondaryTimer: null,
secondaryTarget: null,
@@ -589,6 +590,7 @@ describe('typical scenarios', () => {
selectedEventId: null,
current: null,
_finishAt: null,
_startAt: null,
clock: 11,
secondaryTimer: 1,
secondaryTarget: 15,
@@ -609,6 +611,7 @@ describe('typical scenarios', () => {
selectedEventId: '1',
current: 10,
_finishAt: 11,
_startAt: 9,
clock: 12,
secondaryTimer: null,
secondaryTarget: null,
@@ -629,6 +632,7 @@ describe('typical scenarios', () => {
selectedEventId: null,
current: null,
_finishAt: null,
_startAt: null,
clock: 16,
secondaryTimer: 1,
secondaryTarget: 15,
@@ -649,6 +653,7 @@ describe('typical scenarios', () => {
selectedEventId: null,
current: null,
_finishAt: null,
_startAt: null,
clock: 15,
secondaryTimer: 0,
secondaryTarget: 15,
@@ -669,6 +674,7 @@ describe('typical scenarios', () => {
selectedEventId: '1',
current: 25,
_finishAt: 10 + dayInMs,
_startAt: 10,
clock: dayInMs - 10,
secondaryTimer: null,
secondaryTarget: null,
@@ -689,6 +695,7 @@ describe('typical scenarios', () => {
selectedEventId: '1',
current: dayInMs,
_finishAt: 10 + dayInMs,
_startAt: 10,
clock: 10,
secondaryTimer: null,
secondaryTarget: null,