@@ -201,6 +201,7 @@ describe('buildTimelineObjsForRundown', () => {
201201 partInstance : createMockPartInstance ( 'part0' ) ,
202202 pieceInstances : [ ] ,
203203 calculatedTimings : DEFAULT_PART_TIMINGS ,
204+ regenerateTimelineAt : undefined ,
204205 } ,
205206 }
206207
@@ -221,6 +222,7 @@ describe('buildTimelineObjsForRundown', () => {
221222 partInstance : createMockPartInstance ( 'part0' ) ,
222223 pieceInstances : [ createMockPieceInstance ( 'piece0' ) ] ,
223224 calculatedTimings : DEFAULT_PART_TIMINGS ,
225+ regenerateTimelineAt : undefined ,
224226 } ,
225227 }
226228
@@ -254,6 +256,7 @@ describe('buildTimelineObjsForRundown', () => {
254256 ) ,
255257 pieceInstances : [ createMockPieceInstance ( 'piece0' ) ] ,
256258 calculatedTimings : DEFAULT_PART_TIMINGS ,
259+ regenerateTimelineAt : undefined ,
257260 } ,
258261 }
259262
@@ -279,13 +282,15 @@ describe('buildTimelineObjsForRundown', () => {
279282 partInstance : createMockPartInstance ( 'part0' ) ,
280283 pieceInstances : [ createMockPieceInstance ( 'piece0' ) ] ,
281284 calculatedTimings : DEFAULT_PART_TIMINGS ,
285+ regenerateTimelineAt : undefined ,
282286 } ,
283287 next : {
284288 nowInPart : 0 ,
285289 partStarted : undefined ,
286290 partInstance : createMockPartInstance ( 'part1' ) ,
287291 pieceInstances : [ createMockPieceInstance ( 'piece1' ) ] ,
288292 calculatedTimings : DEFAULT_PART_TIMINGS ,
293+ regenerateTimelineAt : undefined ,
289294 } ,
290295 }
291296
@@ -312,13 +317,15 @@ describe('buildTimelineObjsForRundown', () => {
312317 partInstance : createMockPartInstance ( 'part0' , { autoNext : true , expectedDuration : 5000 } ) ,
313318 pieceInstances : [ createMockPieceInstance ( 'piece0' ) ] ,
314319 calculatedTimings : DEFAULT_PART_TIMINGS ,
320+ regenerateTimelineAt : undefined ,
315321 } ,
316322 next : {
317323 nowInPart : 0 ,
318324 partStarted : undefined ,
319325 partInstance : createMockPartInstance ( 'part1' ) ,
320326 pieceInstances : [ createMockPieceInstance ( 'piece1' ) ] ,
321327 calculatedTimings : DEFAULT_PART_TIMINGS ,
328+ regenerateTimelineAt : undefined ,
322329 } ,
323330 }
324331
@@ -353,13 +360,15 @@ describe('buildTimelineObjsForRundown', () => {
353360 ) ,
354361 pieceInstances : [ createMockPieceInstance ( 'piece9' ) ] ,
355362 calculatedTimings : DEFAULT_PART_TIMINGS ,
363+ regenerateTimelineAt : undefined ,
356364 } ,
357365 current : {
358366 nowInPart : 1234 ,
359367 partStarted : 5678 ,
360368 partInstance : createMockPartInstance ( 'part0' ) ,
361369 pieceInstances : [ createMockPieceInstance ( 'piece0' ) ] ,
362370 calculatedTimings : DEFAULT_PART_TIMINGS ,
371+ regenerateTimelineAt : undefined ,
363372 } ,
364373 }
365374
@@ -395,6 +404,7 @@ describe('buildTimelineObjsForRundown', () => {
395404 ) ,
396405 pieceInstances : [ createMockPieceInstance ( 'piece9' ) , createMockPieceInstance ( 'piece8' ) ] ,
397406 calculatedTimings : DEFAULT_PART_TIMINGS ,
407+ regenerateTimelineAt : undefined ,
398408 } ,
399409 current : {
400410 nowInPart : 1234 ,
@@ -409,6 +419,7 @@ describe('buildTimelineObjsForRundown', () => {
409419 fromPartPostroll : 400 ,
410420 fromPartKeepalive : 100 ,
411421 } ,
422+ regenerateTimelineAt : undefined ,
412423 } ,
413424 }
414425
@@ -448,6 +459,7 @@ describe('buildTimelineObjsForRundown', () => {
448459 } ) ,
449460 ] ,
450461 calculatedTimings : DEFAULT_PART_TIMINGS ,
462+ regenerateTimelineAt : undefined ,
451463 } ,
452464 current : {
453465 nowInPart : 1234 ,
@@ -462,6 +474,7 @@ describe('buildTimelineObjsForRundown', () => {
462474 fromPartPostroll : 400 ,
463475 fromPartKeepalive : 100 ,
464476 } ,
477+ regenerateTimelineAt : undefined ,
465478 } ,
466479 }
467480
@@ -488,6 +501,7 @@ describe('buildTimelineObjsForRundown', () => {
488501 partInstance : createMockPartInstance ( 'part0' , { autoNext : true , expectedDuration : 5000 } ) ,
489502 pieceInstances : [ createMockPieceInstance ( 'piece0' ) ] ,
490503 calculatedTimings : DEFAULT_PART_TIMINGS ,
504+ regenerateTimelineAt : undefined ,
491505 } ,
492506 next : {
493507 nowInPart : 0 ,
@@ -502,6 +516,7 @@ describe('buildTimelineObjsForRundown', () => {
502516 fromPartPostroll : 400 ,
503517 fromPartKeepalive : 100 ,
504518 } ,
519+ regenerateTimelineAt : undefined ,
505520 } ,
506521 }
507522
@@ -543,6 +558,7 @@ describe('buildTimelineObjsForRundown', () => {
543558 } ) ,
544559 ] ,
545560 calculatedTimings : DEFAULT_PART_TIMINGS ,
561+ regenerateTimelineAt : undefined ,
546562 } ,
547563 next : {
548564 nowInPart : 0 ,
@@ -565,6 +581,7 @@ describe('buildTimelineObjsForRundown', () => {
565581 fromPartPostroll : 400 ,
566582 fromPartKeepalive : 100 ,
567583 } ,
584+ regenerateTimelineAt : undefined ,
568585 } ,
569586 }
570587
@@ -597,6 +614,7 @@ describe('buildTimelineObjsForRundown', () => {
597614 ) ,
598615 pieceInstances : [ createMockPieceInstance ( 'piece9' ) ] ,
599616 calculatedTimings : DEFAULT_PART_TIMINGS ,
617+ regenerateTimelineAt : undefined ,
600618 }
601619
602620 it ( 'infinite starting in current' , ( ) => {
@@ -613,6 +631,7 @@ describe('buildTimelineObjsForRundown', () => {
613631 createMockInfinitePieceInstance ( 'piece1' , { } , { plannedStartedPlayback : undefined } ) ,
614632 ] ,
615633 calculatedTimings : DEFAULT_PART_TIMINGS ,
634+ regenerateTimelineAt : undefined ,
616635 } ,
617636 }
618637
@@ -641,6 +660,7 @@ describe('buildTimelineObjsForRundown', () => {
641660 partInstance : createMockPartInstance ( 'part0' ) ,
642661 pieceInstances : [ createMockPieceInstance ( 'piece0' ) ] ,
643662 calculatedTimings : DEFAULT_PART_TIMINGS ,
663+ regenerateTimelineAt : undefined ,
644664 } ,
645665 }
646666
@@ -669,6 +689,7 @@ describe('buildTimelineObjsForRundown', () => {
669689 partInstance : createMockPartInstance ( 'part0' ) ,
670690 pieceInstances : [ createMockPieceInstance ( 'piece0' ) ] ,
671691 calculatedTimings : DEFAULT_PART_TIMINGS ,
692+ regenerateTimelineAt : undefined ,
672693 } ,
673694 }
674695
@@ -696,6 +717,7 @@ describe('buildTimelineObjsForRundown', () => {
696717 partInstance : createMockPartInstance ( 'part0' ) ,
697718 pieceInstances : [ createMockPieceInstance ( 'piece0' ) , continueInfinitePiece ( infinitePiece ) ] ,
698719 calculatedTimings : DEFAULT_PART_TIMINGS ,
720+ regenerateTimelineAt : undefined ,
699721 } ,
700722 }
701723
@@ -727,6 +749,7 @@ describe('buildTimelineObjsForRundown', () => {
727749 ) ,
728750 pieceInstances : [ createMockPieceInstance ( 'piece0' ) , infinitePiece ] ,
729751 calculatedTimings : DEFAULT_PART_TIMINGS ,
752+ regenerateTimelineAt : undefined ,
730753 } ,
731754 next : {
732755 nowInPart : 0 ,
@@ -742,6 +765,7 @@ describe('buildTimelineObjsForRundown', () => {
742765 ) ,
743766 pieceInstances : [ createMockPieceInstance ( 'piece1' ) , continueInfinitePiece ( infinitePiece ) ] ,
744767 calculatedTimings : DEFAULT_PART_TIMINGS ,
768+ regenerateTimelineAt : undefined ,
745769 } ,
746770 }
747771
@@ -771,6 +795,7 @@ describe('buildTimelineObjsForRundown', () => {
771795 ) ,
772796 pieceInstances : [ createMockPieceInstance ( 'piece0' ) , createMockInfinitePieceInstance ( 'piece6' ) ] ,
773797 calculatedTimings : DEFAULT_PART_TIMINGS ,
798+ regenerateTimelineAt : undefined ,
774799 } ,
775800 next : {
776801 nowInPart : 0 ,
@@ -789,6 +814,7 @@ describe('buildTimelineObjsForRundown', () => {
789814 ...DEFAULT_PART_TIMINGS ,
790815 fromPartKeepalive : 100 ,
791816 } ,
817+ regenerateTimelineAt : undefined ,
792818 } ,
793819 }
794820
@@ -821,6 +847,7 @@ describe('buildTimelineObjsForRundown', () => {
821847 createMockInfinitePieceInstance ( 'piece6' , { excludeDuringPartKeepalive : true } ) ,
822848 ] ,
823849 calculatedTimings : DEFAULT_PART_TIMINGS ,
850+ regenerateTimelineAt : undefined ,
824851 } ,
825852 next : {
826853 nowInPart : 0 ,
@@ -839,6 +866,7 @@ describe('buildTimelineObjsForRundown', () => {
839866 ...DEFAULT_PART_TIMINGS ,
840867 fromPartKeepalive : 100 ,
841868 } ,
869+ regenerateTimelineAt : undefined ,
842870 } ,
843871 }
844872
0 commit comments