| 19 | namespace jest { |
| 20 | // eslint-disable-next-line @typescript-eslint/no-unused-vars |
| 21 | interface Matchers<R> { |
| 22 | toImplementSxBehavior: () => boolean |
| 23 | toSetExports: (exports: Record<string, string>) => boolean |
| 24 | } |
| 25 | } |
| 26 | } |
| 27 |
nothing calls this directly
no outgoing calls
no test coverage detected