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 829c88d commit 1b9ef6aCopy full SHA for 1b9ef6a
lambdas/functions/control-plane/src/pool/pool.test.ts
@@ -28,9 +28,8 @@ jest.mock('./../aws/runners', () => ({
28
listEC2Runners: jest.fn(),
29
}));
30
jest.mock('./../github/auth');
31
-jest.mock('../scale-runners/scale-up', () => ({
32
- getGitHubEnterpriseApiUrl: jest.fn() as jest.Mock,
33
-}));
+jest.mock('../scale-runners/scale-up');
+
34
const mocktokit = Octokit as jest.MockedClass<typeof Octokit>;
35
const mockedAppAuth = mocked(ghAuth.createGithubAppAuth, {
36
shallow: false,
0 commit comments