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

Function setup

test/main/blast-radius.test.mjs:9–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7const FIXTURE_DIR = join(process.cwd(), "test", "_blast_fixtures");
8
9async function setup() {
10 await rm(FIXTURE_DIR, { recursive: true, force: true });
11 await mkdir(FIXTURE_DIR, { recursive: true });
12}
13
14describe("blast-radius", async () => {
15 await setup();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected