Skip to content

Commit

Permalink
remove mock
Browse files Browse the repository at this point in the history
  • Loading branch information
RahulGautamSingh committed Nov 20, 2022
1 parent c5ee273 commit 8cc9dbd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/util/git/index.spec.ts
Expand Up @@ -18,7 +18,6 @@ import { setNoVerify } from '.';
jest.mock('./conflicts-cache');
jest.mock('./behind-base-branch-cache');
jest.mock('./modified-cache');
jest.mock('./parent-sha-cache');
jest.mock('delay');
jest.mock('../cache/repository');
const behindBaseCache = mocked(_behindBaseCache);
Expand Down

0 comments on commit 8cc9dbd

Please sign in to comment.