(realpath, realpathSync, cb)
| 393 | } |
| 394 | |
| 395 | function test_upone_actual(realpath, realpathSync, cb) { |
| 396 | console.log('test_upone_actual'); |
| 397 | const uponeActual = realpathSync('..'); |
| 398 | assertEqualPath(upone, uponeActual); |
| 399 | cb(); |
| 400 | } |
| 401 | |
| 402 | // Going up with .. multiple times |
| 403 | // . |
nothing calls this directly
no test coverage detected
searching dependent graphs…