MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / fixturePath

Function fixturePath

e2e/cli/custom-tools-packed.test.ts:83–86  ·  view source on GitHub ↗
(slug: string)

Source from the content-addressed store, hash-verified

81};
82
83const fixturePath = (slug: string): string =>
84 guestOs() === "windows"
85 ? `C:/Users/Administrator/apps-packed-fixture-${slug}`
86 : `/tmp/apps-packed-fixture-${slug}`;
87
88const windowsFixtureCommand = (path: string): string => `
89$ErrorActionPreference = 'Stop'

Callers 1

Calls 1

guestOsFunction · 0.70

Tested by

no test coverage detected