| 3 | |
| 4 | test('Index config', () => { |
| 5 | interface TestFix { |
| 6 | url: string[]; |
| 7 | directive?: string; |
| 8 | multilineDirective?: string; |
| 9 | css?: string; |
| 10 | } |
| 11 | |
| 12 | const directiveMap: { [key: string]: keyof TestFix } = { |
| 13 | DIRECTIVE: 'directive', |
nothing calls this directly
no outgoing calls
no test coverage detected