(filename: string)
| 25 | * Load a Marimo format fixture (.marimo.py) |
| 26 | */ |
| 27 | export async function loadMarimoFixture(filename: string): Promise<string> { |
| 28 | return loadFixture('formats/marimo', filename) |
| 29 | } |
| 30 | |
| 31 | /** |
| 32 | * Load a percent format fixture (.percent.py) |
no test coverage detected