Skip to content

Commit 5ae3d8c

Browse files
committed
chore(calendar): fix migrations
1 parent 37df210 commit 5ae3d8c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

projects/igniteui-angular/migrations/update-19_2_0/index.spec.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,16 @@ describe(`Update to ${version}`, () => {
6969
$date-selected-current-outline: orange,
7070
$date-selected-current-hover-outline: orange,
7171
$date-selected-current-focus-outline: orange,
72+
$content-background: black
7273
);`
7374
);
7475

7576
const tree = await schematicRunner.runSchematic(migrationName, {}, appTree);
7677

7778
expect(tree.readContent(testFilePath)).toEqual(
78-
`$calendar-theme: calendar-theme();`
79+
`$calendar-theme: calendar-theme(
80+
$content-background: black
81+
);`
7982
);
8083
});
8184
});

0 commit comments

Comments
 (0)