We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5146e8c commit 829c88dCopy full SHA for 829c88d
lambdas/functions/control-plane/src/pool/pool.test.ts
@@ -29,7 +29,6 @@ jest.mock('./../aws/runners', () => ({
29
}));
30
jest.mock('./../github/auth');
31
jest.mock('../scale-runners/scale-up', () => ({
32
- ...jest.fn(),
33
getGitHubEnterpriseApiUrl: jest.fn() as jest.Mock,
34
35
const mocktokit = Octokit as jest.MockedClass<typeof Octokit>;
0 commit comments