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

Function fixturePath

e2e/desktop-vm/custom-tools-sidecar.test.ts:78–81  ·  view source on GitHub ↗
(slug: string)

Source from the content-addressed store, hash-verified

76};
77
78const fixturePath = (slug: string): string =>
79 os === "linux"
80 ? `/home/admin/apps-sidecar-fixture-${slug}`
81 : `/Users/admin/apps-sidecar-fixture-${slug}`;
82
83const writeFixtureCommand = (path: string): string => `
84set -eu

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected