MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / wrapperLoc

Function wrapperLoc

apps/desktop/src/main/cli-install.test.ts:42–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40}
41
42const wrapperLoc = (): { wrapperPath: string; cliJsPath: string } => ({
43 wrapperPath: path.join(userDataDir, 'zen'),
44 cliJsPath: path.join(userDataDir, 'cli.js')
45})
46
47beforeEach(async () => {
48 userDataDir = await mkdtemp(path.join(os.tmpdir(), 'zn-cli-ud-'))

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected