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

Function rm

test/utils/index.mjs:16–18  ·  view source on GitHub ↗
(file)

Source from the content-addressed store, hash-verified

14const TEST_HOSTS = ['nic.localhost', 'tim.localhost', 'nicola.localhost']
15
16export function rm (file) {
17 return rimraf.sync(path.normalize(path.join(__dirname, '../resources/' + file)))
18}
19
20export function cleanDir (dirPath) {
21 fs.removeSync(path.normalize(path.join(dirPath, '.well-known/.acl')))

Callers 11

params-test.mjsFile · 0.90
ldp-test.mjsFile · 0.90
describePatchFunction · 0.90
acl-tls-test.mjsFile · 0.90
http-copy-test.mjsFile · 0.90
acl-oidc-test.mjsFile · 0.90
http-test.mjsFile · 0.90
restoreFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected