Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
devinbinnie committed Aug 30, 2023
1 parent 85209c6 commit 89304e3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/common/log.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ jest.unmock('common/log');

jest.mock('electron-log', () => ({
log: jest.fn(),
transports: {
file: {
level: 'info',
},
console: {
level: 'info',
},
},
}));

jest.mock('common/utils/util', () => ({
Expand Down

0 comments on commit 89304e3

Please sign in to comment.