Skip to content

Commit

Permalink
Fix test - missing mock
Browse files Browse the repository at this point in the history
  • Loading branch information
webfiltered committed Dec 17, 2024
1 parent 2b2b544 commit ed998d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/handlers/appinfoHandlers.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { IPC_CHANNELS } from '../../../src/constants';

jest.mock('electron', () => ({
ipcMain: {
on: jest.fn(),
handle: jest.fn(),
},
}));
Expand Down

0 comments on commit ed998d1

Please sign in to comment.