Skip to content

Commit

Permalink
feat: make test run
Browse files Browse the repository at this point in the history
Signed-off-by: SuZhou-Joe <[email protected]>
  • Loading branch information
SuZhou-Joe committed Aug 28, 2023
1 parent f8b1661 commit 9ad9572
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ const create = (): jest.Mocked<ISavedObjectsRepository> => ({
deleteByNamespace: jest.fn(),
incrementCounter: jest.fn(),
addToWorkspaces: jest.fn(),
deleteACL: jest.fn(),
});

export const savedObjectsRepositoryMock = { create };

0 comments on commit 9ad9572

Please sign in to comment.