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

Function freshConfig

test/hubUrlResolution.test.js:14–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12const assert = require('node:assert/strict');
13
14function freshConfig() {
15 const resolved = require.resolve('../src/config');
16 delete require.cache[resolved];
17 return require(resolved);
18}
19
20function freshModule(modulePath) {
21 const resolved = require.resolve(modulePath);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected