MCPcopy
hub / github.com/forloopcodes/contextplus / walker.test.mjs

File walker.test.mjs

test/main/walker.test.mjs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, before, after } from "node:test";
2import assert from "node:assert/strict";
3import { walkDirectory, groupByDirectory } from "../../build/core/walker.js";
4import { writeFile, mkdir, rm } from "fs/promises";

Callers

nothing calls this directly

Calls 2

walkDirectoryFunction · 0.85
groupByDirectoryFunction · 0.85

Tested by

no test coverage detected