Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
29
export
function
setTestRoot (rootPath) {
30
TEST_ROOT = rootPath
31
}
32
export
function
getTestRoot () {
33
return
TEST_ROOT
34
}
Callers
1
params-test.mjs
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected