Skip to content

Commit

Permalink
Fixing types
Browse files Browse the repository at this point in the history
  • Loading branch information
ymao1 committed Nov 5, 2024
1 parent 0fd7ec6 commit 4791b9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/plugins/task_manager/server/mocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const createStartMock = () => {
removeIfExists: jest.fn().mockResolvedValue(Promise.resolve()), // it's a promise and there are some places where it's followed by `.catch()`
supportsEphemeralTasks: jest.fn(),
bulkUpdateSchedules: jest.fn(),
bulkPartialUpdate: jest.fn(),
bulkSchedule: jest.fn(),
bulkDisable: jest.fn(),
bulkEnable: jest.fn(),
Expand Down

0 comments on commit 4791b9e

Please sign in to comment.