Skip to content

Commit

Permalink
Remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
jagonzalr committed Oct 4, 2022
1 parent 993c47e commit 983c2d2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/packExternalModules.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ const packageLocalRefMock = require('./mocks/packageLocalRef.mock.json');
const baseModule = require('../lib/packExternalModules');
const packagerFactoryMock = require('../lib/packagers/index');

console.log('packagerFactoryMock', packagerFactoryMock.get('npm'));

jest.mock('fs-extra');
jest.mock('../lib/packagers/index', () => {
const packagerMock = {
Expand Down

0 comments on commit 983c2d2

Please sign in to comment.