(target: string)
| 761 | if (args.selector) { |
| 762 | const sel = args.selector; |
| 763 | const matches = (target: string) => target.split(",").some((s) => s.trim() === sel); |
| 764 | comps = comps |
| 765 | .map((cmp) => ({ |
| 766 | ...cmp, |
no outgoing calls
no test coverage detected