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

Function expectStyle

packages/core/test/acceptance/styling_spec.ts:4007–4009  ·  view source on GitHub ↗
(element: HTMLElement)

Source from the content-addressed store, hash-verified

4005}
4006
4007function expectStyle(element: HTMLElement) {
4008 return expect(getElementStyles(element));
4009}
4010
4011function expectClass(element: HTMLElement) {
4012 return expect(getElementClasses(element));

Callers 1

styling_spec.tsFile · 0.70

Calls 1

getElementStylesFunction · 0.90

Tested by

no test coverage detected