| 32 | type RuleTesterRule = Parameters<RuleTester['defineRule']>[1]; |
| 33 | |
| 34 | interface TestCase { |
| 35 | name: string; |
| 36 | filename: string; |
| 37 | code: string; |
| 38 | } |
| 39 | interface InvalidTestCase extends TestCase { |
| 40 | errors: { messageId: string }[]; |
| 41 | } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…