(filename: string)
| 54 | * Load a Deepnote fixture (.deepnote) |
| 55 | */ |
| 56 | export async function loadDeepnoteFixture(filename: string): Promise<string> { |
| 57 | return loadFixture('formats/deepnote', filename) |
| 58 | } |
| 59 | |
| 60 | /** |
| 61 | * Load an edge case fixture |
no test coverage detected