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

Function createMb

src/main/utils.test.ts:50–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48import { isDevMode, openLogsDirectory, takeScreenshot } from './utils';
49
50function createMb() {
51 return {
52 window: {
53 capturePage: () =>
54 Promise.resolve({ toPNG: () => Buffer.from('image-bytes') }),
55 },
56 };
57}
58
59describe('main/utils', () => {
60 beforeEach(() => {

Callers 1

utils.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected