Skip to content

Commit

Permalink
Fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
nickpeihl committed Jan 24, 2025
1 parent c24338d commit 99e31f5
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ describe('getSpaceAwareSaveobjectsClients', () => {
const mockedSavedObjectTagging = {
createInternalAssignmentService: jest.fn(),
createTagClient: jest.fn(),
getTagsFromReferences: jest.fn(),
convertTagNameToId: jest.fn(),
replaceTagReferences: jest.fn(),
};

const scoppedSoClient = savedObjectsClientMock.create();
Expand Down

0 comments on commit 99e31f5

Please sign in to comment.