MCPcopy
hub / github.com/simoneb/axios-hooks / AxiosStatic

Interface AxiosStatic

test/axios.d.ts:4–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3declare module 'axios' {
4 interface AxiosStatic {
5 mockResolvedValue: Function
6 mockResolvedValueOnce: Function
7 mockRejectedValue: Function
8 mockRejectedValueOnce: Function
9 }
10}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…