MCPcopy Index your code
hub / github.com/forloopcodes/contextplus / setup

Function setup

test/main/shadow.test.mjs:13–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11const FIXTURE_DIR = join(process.cwd(), "test", "_shadow_fixtures");
12
13async function setup() {
14 await rm(FIXTURE_DIR, { recursive: true, force: true });
15 await mkdir(FIXTURE_DIR, { recursive: true });
16}
17
18async function cleanup() {
19 await rm(FIXTURE_DIR, { recursive: true, force: true });

Callers 1

shadow.test.mjsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected