(matches)
| 552 | ].sort(); |
| 553 | |
| 554 | const getNestedCycleMatches = (matches) => { |
| 555 | return matches.filter((match) => match.startsWith(`follow${sep}cycle${sep}`)); |
| 556 | }; |
| 557 | |
| 558 | describe('glob - followSymlinks', function() { |
| 559 | const promisified = promisify(glob); |
no test coverage detected
searching dependent graphs…