Skip to content

Commit

Permalink
test: remove util/got mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Jun 16, 2020
1 parent 93eaeea commit 9b51f0e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/manager/bazel/update.spec.ts
Expand Up @@ -5,7 +5,6 @@ import { UpdateType } from '../../config';
import { updateDependency } from './update';

jest.mock('hasha');
jest.mock('../../util/got');

const fromStream: jest.Mock<Promise<string>> = _fromStream as any;

Expand Down
1 change: 0 additions & 1 deletion lib/manager/homebrew/update.spec.ts
Expand Up @@ -3,7 +3,6 @@ import { fromStream as _fromStream } from 'hasha';
import { updateDependency } from './update';

jest.mock('hasha');
jest.mock('../../util/got');

const fromStream: jest.Mock<Promise<string>> = _fromStream as any;

Expand Down

0 comments on commit 9b51f0e

Please sign in to comment.