diff --git a/test/__mocks__/@npmcli/config.js b/test/__mocks__/@npmcli/config.js deleted file mode 100644 index c0cae96c8d..0000000000 --- a/test/__mocks__/@npmcli/config.js +++ /dev/null @@ -1,9 +0,0 @@ -const config = jest.genMockFromModule('@npmcli/config'); - -config.prototype[Symbol.for('resolvedAdd')] = [{name: 'test'}]; - -config.prototype.load = jest.fn(async (opt) => { - return; -}); - -module.exports = config; \ No newline at end of file