(path)
| 395 | // The call to `join()` with only one argument is important, as |
| 396 | // it ensures that the proper path seperators are applied. |
| 397 | const normalizePath = (path) => (isAbsolute(path) ? relative(fixtureDir, path) : join(path)); |
| 398 | |
| 399 | describe('glob - withFileTypes', function() { |
| 400 | const promisified = promisify(glob); |
nothing calls this directly
no test coverage detected
searching dependent graphs…