(...parts: string[])
| 8 | } |
| 9 | |
| 10 | export function fixturePath(...parts: string[]) { |
| 11 | return path.join(__dirname, '__fixtures__', ...parts) |
| 12 | } |
| 13 | |
| 14 | export function loadedFile(...parts: string[]): LoadedFile { |
| 15 | const filePath = fixturePath(...parts) |
no outgoing calls
no test coverage detected
searching dependent graphs…