MCPcopy Index your code
hub / github.com/nodeSolidServer/node-solid-server / setTestRoot

Function setTestRoot

test/utils.mjs:29–31  ·  view source on GitHub ↗
(rootPath)

Source from the content-addressed store, hash-verified

27// let TEST_ROOT = path.join(process.cwd(), 'test-esm/resources')
28
29export function setTestRoot (rootPath) {
30 TEST_ROOT = rootPath
31}
32export function getTestRoot () {
33 return TEST_ROOT
34}

Callers 1

params-test.mjsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected