()
| 63 | }); |
| 64 | |
| 65 | const configKeys = () => |
| 66 | cg.getNodesByKind('constant').filter((n) => n.language === 'yaml' || n.language === 'properties'); |
| 67 | |
| 68 | it('still indexes config KEYS as nodes (resolution must not regress)', () => { |
| 69 | const byQn = (qn: string) => configKeys().find((n) => n.qualifiedName === qn); |
no test coverage detected