MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / app-config.test.ts

File app-config.test.ts

apps/desktop/src/main/app-config.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { mkdtemp, rm, writeFile, readFile, access } from 'node:fs/promises'
2import os from 'node:os'
3import path from 'node:path'
4import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest'

Callers

nothing calls this directly

Calls 12

stopAppConfigWatcherFunction · 0.90
getConfigDirFunction · 0.90
getConfigFilePathFunction · 0.90
serializeConfigFunction · 0.90
deserializeConfigFunction · 0.90
initAppConfigFunction · 0.90
setPortableConfigFunction · 0.90
ensureConfigFileFunction · 0.90
tmpFunction · 0.85
delayFunction · 0.85
waitForFunction · 0.85

Tested by

no test coverage detected