(tagName: string, attrs: TAttributes | null)
| 19 | } from '../../src/render3/node_selector_matcher'; |
| 20 | |
| 21 | function testLStaticData(tagName: string, attrs: TAttributes | null): TNode { |
| 22 | return createTNode(null!, null, TNodeType.Element, 0, tagName, attrs); |
| 23 | } |
| 24 | |
| 25 | describe('css selector matching', () => { |
| 26 | function isMatching( |
no test coverage detected
searching dependent graphs…