(filename: string)
| 61 | * Load an edge case fixture |
| 62 | */ |
| 63 | export async function loadEdgeCaseFixture(filename: string): Promise<string> { |
| 64 | return loadFixture('edge-cases', filename) |
| 65 | } |
| 66 | |
| 67 | /** |
| 68 | * Load a diff test fixture (.deepnote) |
nothing calls this directly
no test coverage detected