MCPcopy Create free account
hub / github.com/angular/angular / expectStyle

Function expectStyle

packages/core/test/render3/instructions/styling_spec.ts:519–521  ·  view source on GitHub ↗
(element: HTMLElement)

Source from the content-addressed store, hash-verified

517});
518
519function expectStyle(element: HTMLElement) {
520 return expect(getElementStyles(element));
521}
522
523function expectClass(element: HTMLElement) {
524 return expect(getElementClasses(element));

Callers 1

styling_spec.tsFile · 0.70

Calls 1

getElementStylesFunction · 0.90

Tested by

no test coverage detected