(target, path)
| 38 | } |
| 39 | |
| 40 | async function testPromises(target, path) { |
| 41 | await fsPromises.symlink(target, path); |
| 42 | fs.readdirSync(path); |
| 43 | } |
| 44 | |
| 45 | for (const linkTarget of linkTargets) { |
| 46 | fs.mkdirSync(tmpdir.resolve(linkTarget)); |
no test coverage detected