Skip to content

Commit

Permalink
fix: type check
Browse files Browse the repository at this point in the history
Signed-off-by: SuZhoue-Joe <[email protected]>
  • Loading branch information
SuZhou-Joe committed Jun 26, 2023
1 parent 68dca75 commit ce07f29
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ import { SavedObjectsService, SavedObjectsStart } from './saved_objects_service'
const createStartContractMock = () => {
const mock: jest.Mocked<SavedObjectsStart> = {
client: {
setCurrentWorkspace: jest.fn(),
create: jest.fn(),
bulkCreate: jest.fn(),
bulkUpdate: jest.fn(),
Expand Down

0 comments on commit ce07f29

Please sign in to comment.