Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion convert/tests/sab/convertConfigSAB.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ if (programType === 'DAB') {
const result = parseFeatures(document, 1);
// If this number is different from expected, AppBuilders likely has new features.
// Care should be taken to look at what's new and open issues accordingly.
expect(Object.keys(result)).toHaveLength(144);
expect(Object.keys(result)).toHaveLength(146);
});

test('convertConfig: parse background images', () => {
Expand Down