Skip to content
Snippets Groups Projects
Commit 9b51f0ec authored by Rhys Arkins's avatar Rhys Arkins
Browse files

test: remove util/got mocks

parent 93eaeeab
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment