UNPKG

@budibase/server

Version:
13 lines (12 loc) 233 B
export const Octokit = jest.fn().mockImplementation(() => ({ rest: { repos: { getContent: jest.fn(), listForUser: jest.fn(), get: jest.fn(), }, users: { getByUsername: jest.fn(), }, }, }))