(filename: string)
| 68 | * Load a diff test fixture (.deepnote) |
| 69 | */ |
| 70 | export async function loadDiffFixture(filename: string): Promise<string> { |
| 71 | return loadFixture('diff', filename) |
| 72 | } |
| 73 | |
| 74 | /** |
| 75 | * Get the absolute path to a diff test fixture |
nothing calls this directly
no test coverage detected