MCPcopy Index your code
hub / github.com/angular/angular / toEqualCss

Method toEqualCss

packages/compiler/test/shadow_css/utils.ts:55–55  ·  view source on GitHub ↗

* Expect the actual css value to be equal to the expected css, * for this comparison extra spacing and newlines are ignored so * that only the core css content is being compared.

(expected: string)

Source from the content-addressed store, hash-verified

53 * that only the core css content is being compared.
54 */
55 toEqualCss(expected: string): void;
56 }
57 }
58}

Callers 4

shadow_css_spec.tsFile · 0.80
ng_deep_spec.tsFile · 0.80
at_rules_spec.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected