(filename: string)
| 75 | * Get the absolute path to a diff test fixture |
| 76 | */ |
| 77 | export function getDiffFixturePath(filename: string): string { |
| 78 | return getFixturePath('diff', filename) |
| 79 | } |
| 80 | |
| 81 | /** |
| 82 | * Load a test fixture from the root fixtures directory |
no test coverage detected