| 5 | import type { FileDataMap, ExploreOptions } from '../../src/lib/types'; |
| 6 | |
| 7 | interface AdjustSourcePathsTest { |
| 8 | name: string; |
| 9 | fileSizeMap: FileDataMap; |
| 10 | options: ExploreOptions; |
| 11 | expected: FileDataMap; |
| 12 | } |
| 13 | |
| 14 | describe('explore', () => { |
| 15 | describe('adjustSourcePaths', () => { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…