MCPcopy Create free account
hub / github.com/EvoMap/evolver / resetAll

Function resetAll

test/lifecycleForceUpdateTrigger.test.js:184–192  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

182// Per-test reset hook. Wrap each test body so cooldown / state-file /
183// fetch / spy state are deterministic.
184function resetAll() {
185 executeForceUpdateCalls = [];
186 executeForceUpdateReturn = false;
187 executeForceUpdateReturns = [];
188 executeForceUpdateThrow = null;
189 exitCalls = [];
190 _resetProxyForceUpdateStateForTesting();
191 _resetLastUpdateStateForTesting();
192}
193
194// ----------------------------------------------------------------------
195// 200 + force_update: the path that did not exist before the fix.

Calls

no outgoing calls

Tested by

no test coverage detected