Skip to content

Commit

Permalink
chore(core): update types for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RitaDias committed Feb 11, 2025
1 parent f4d22a1 commit 3618d20
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ export const createReleaseOperationsStoreReturn: Mocked<ReleaseOperationsStore>
deleteRelease: vi.fn(),
revertRelease: vi.fn(),
unpublishVersion: vi.fn(),
canPublish: vi.fn(),
canSchedule: vi.fn(),
}

export const mockCreateReleaseOperationsStore = createReleaseOperationsStore as Mock<
Expand Down

0 comments on commit 3618d20

Please sign in to comment.