Skip to content

Commit e190c22

Browse files
authored
test(ui): Convert issues list tests to typescript (#53301)
1 parent 8164491 commit e190c22

File tree

2 files changed

+79
-109
lines changed

2 files changed

+79
-109
lines changed

static/app/__mocks__/api.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ interface ResponseType extends ApiNamespace.ResponseMeta {
4949
* This will override `MockApiClient.asyncDelay` for this request.
5050
*/
5151
asyncDelay?: AsyncDelay;
52+
query?: Record<string, string | number | boolean | string[] | number[]>;
5253
}
5354

5455
type MockResponse = [resp: ResponseType, mock: jest.Mock];

0 commit comments

Comments
 (0)