We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8164491 commit e190c22Copy full SHA for e190c22
static/app/__mocks__/api.tsx
@@ -49,6 +49,7 @@ interface ResponseType extends ApiNamespace.ResponseMeta {
49
* This will override `MockApiClient.asyncDelay` for this request.
50
*/
51
asyncDelay?: AsyncDelay;
52
+ query?: Record<string, string | number | boolean | string[] | number[]>;
53
}
54
55
type MockResponse = [resp: ResponseType, mock: jest.Mock];
0 commit comments