/** * Behavior tests for the shared `runWalk` driver. * * `runWalk` owns the `walkProject` skeleton: it allocates the three output * sinks, filters `input.files` to those actually present in the parsed * project, sorts them for I-1 determinism, runs the adapter's per-file * `walkFile` inside a try/catch, and folds any throw into a project-relative * `ParseError`. These tests assert each of those contracts with a fake * `walkFile` that records what it sees and pushes into the supplied sinks. */ export {}; //# sourceMappingURL=run-walk.test.d.ts.map