Skip to content

Commit

Permalink
Remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
jagonzalr committed Oct 13, 2022
1 parent d9c2fae commit 8d76b02
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 8d76b02

Please sign in to comment.