MCPcopy Index your code
hub / github.com/gitify-app/gitify / createMb

Function createMb

src/main/lifecycle/startup.test.ts:31–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29}));
30
31function createMb() {
32 return {
33 on: vi.fn(),
34 showWindow: vi.fn(),
35 app: { setAppUserModelId: vi.fn(), quit: vi.fn() },
36 tray: {
37 setToolTip: vi.fn(),
38 setIgnoreDoubleClickEvents: vi.fn(),
39 on: vi.fn(),
40 popUpContextMenu: vi.fn(),
41 },
42 };
43}
44
45describe('main/lifecycle/startup.ts', () => {
46 describe('initializeAppLifecycle', () => {

Callers 1

startup.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected