Skip to content

Commit 829c88d

Browse files
committed
Fis createRunner mock
1 parent 5146e8c commit 829c88d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lambdas/functions/control-plane/src/pool/pool.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jest.mock('./../aws/runners', () => ({
2929
}));
3030
jest.mock('./../github/auth');
3131
jest.mock('../scale-runners/scale-up', () => ({
32-
...jest.fn(),
3332
getGitHubEnterpriseApiUrl: jest.fn() as jest.Mock,
3433
}));
3534
const mocktokit = Octokit as jest.MockedClass<typeof Octokit>;

0 commit comments

Comments
 (0)