| 95 | |
| 96 | it('should convert decorator with type selector and read option', () => { |
| 97 | class Directive {} |
| 98 | |
| 99 | const converted = convertToR3QueryMetadata('propName', { |
| 100 | selector: Directive, |
no outgoing calls
no test coverage detected
searching dependent graphs…