MCPcopy Index your code
hub / github.com/gitify-app/gitify / platform.test.ts

File platform.test.ts

src/shared/platform.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { isLinux, isMacOS, isWindows } from './platform';
2
3describe('shared/platform.ts', () => {
4 const originalPlatform = process.platform;

Callers

nothing calls this directly

Calls 4

isLinuxFunction · 0.90
isMacOSFunction · 0.90
isWindowsFunction · 0.90
mockPlatformFunction · 0.85

Tested by

no test coverage detected