Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1
import
{ isLinux, isMacOS, isWindows } from
'./platform'
;
2
3
describe(
'shared/platform.ts'
, () => {
4
const
originalPlatform = process.platform;
Callers
nothing calls this directly
Calls
4
isLinux
Function · 0.90
isMacOS
Function · 0.90
isWindows
Function · 0.90
mockPlatform
Function · 0.85
Tested by
no test coverage detected