| 2 | |
| 3 | declare module 'axios' { |
| 4 | interface AxiosStatic { |
| 5 | mockResolvedValue: Function |
| 6 | mockResolvedValueOnce: Function |
| 7 | mockRejectedValue: Function |
| 8 | mockRejectedValueOnce: Function |
| 9 | } |
| 10 | } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…