Skip to content

Commit 84ef2ec

Browse files
committed
wip: lint
1 parent 70228e2 commit 84ef2ec

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

packages/job-worker/src/__mocks__/defaultCollectionObjects.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ export function defaultStudio(_id: StudioId): DBStudio {
107107
mediaPreviewsUrl: '',
108108
minimumTakeSpan: DEFAULT_MINIMUM_TAKE_SPAN,
109109
allowAdlibTestingSegment: true,
110+
allowHold: true,
111+
allowPieceDirectPlay: true,
110112
},
111113
routeSetsWithOverrides: wrapDefaultObject({}),
112114
routeSetExclusivityGroupsWithOverrides: wrapDefaultObject({}),

packages/job-worker/src/blueprints/__tests__/config.test.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ describe('Test blueprint config', () => {
1515
mediaPreviewsUrl: '',
1616
frameRate: 25,
1717
minimumTakeSpan: DEFAULT_MINIMUM_TAKE_SPAN,
18+
allowHold: true,
19+
allowPieceDirectPlay: true,
1820
},
1921
blueprintConfigWithOverrides: wrapDefaultObject({ sdfsdf: 'one', another: 5 }),
2022
})
@@ -38,6 +40,8 @@ describe('Test blueprint config', () => {
3840
mediaPreviewsUrl: '',
3941
frameRate: 25,
4042
minimumTakeSpan: DEFAULT_MINIMUM_TAKE_SPAN,
43+
allowHold: true,
44+
allowPieceDirectPlay: true,
4145
},
4246
blueprintConfigWithOverrides: wrapDefaultObject({ sdfsdf: 'one', another: 5 }),
4347
})

packages/webui/src/__mocks__/defaultCollectionObjects.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ export function defaultStudio(_id: StudioId): DBStudio {
105105
frameRate: 25,
106106
mediaPreviewsUrl: '',
107107
minimumTakeSpan: DEFAULT_MINIMUM_TAKE_SPAN,
108+
allowHold: true,
109+
allowPieceDirectPlay: true,
108110
},
109111
_rundownVersionHash: '',
110112
routeSetsWithOverrides: wrapDefaultObject({}),

0 commit comments

Comments
 (0)