Skip to content

Commit 44952c7

Browse files
committed
updated dependencies
1 parent 4a4403b commit 44952c7

File tree

2 files changed

+361
-277
lines changed

2 files changed

+361
-277
lines changed

src/app/shared/directives/styles.directive.spec.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,16 @@ describe('StylesDirective', () => {
4444
}));
4545

4646
it('can give a class name for styles', () => {
47-
expect(cmpDebugElement.classes).toEqual({'cool_1b2uzpk': true});
47+
expect(cmpDebugElement.classes).toEqual({'cool_106q26s': true});
4848
});
4949

5050
it('can update a class name', () => {
5151
const testComponent: TestComponent = testDebugElement.componentInstance;
5252
testComponent.styles = [styles.cool, styles.large];
5353
fixture.detectChanges();
5454
expect(cmpDebugElement.classes).toEqual({
55-
'cool_1b2uzpk': false,
56-
'cool_1b2uzpk-o_O-large_1hjfi1m': true,
55+
'cool_106q26s': false,
56+
'cool_106q26s-o_O-large_2mywpu': true,
5757
});
5858
});
5959

0 commit comments

Comments
 (0)