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