MCPcopy Create free account
hub / github.com/SethGammon/Citadel / runAll

Function runAll

scripts/noop-ablate.js:140–142  ·  view source on GitHub ↗

Run all scenarios against whatever is currently on disk.

(scenarios, cli)

Source from the content-addressed store, hash-verified

138
139/** Run all scenarios against whatever is currently on disk. */
140function runAll(scenarios, cli) {
141 return scenarios.map(s => ({ scenario: s.name, ...runScenario(s, cli) }));
142}
143
144/** True if every scenario outcome matches the baseline (behavior unchanged). */
145function matchesBaseline(baseline, current) {

Callers 2

mainFunction · 0.85
isolateFunction · 0.85

Calls 1

runScenarioFunction · 0.85

Tested by

no test coverage detected