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

Function writeInstallPkg

test/forceUpdateIdempotent.test.js:39–45  ·  view source on GitHub ↗
(version)

Source from the content-addressed store, hash-verified

37}
38
39function writeInstallPkg(version) {
40 fs.writeFileSync(
41 path.join(installRoot, 'package.json'),
42 JSON.stringify({ name: '@evomap/evolver', version }),
43 'utf8',
44 );
45}
46
47function makeFailingExecTracker(message) {
48 const calls = [];

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected