(filename: string)
| 32 | * Load a percent format fixture (.percent.py) |
| 33 | */ |
| 34 | export async function loadPercentFixture(filename: string): Promise<string> { |
| 35 | return loadFixture('formats/percent', filename) |
| 36 | } |
| 37 | |
| 38 | /** |
| 39 | * Load a Quarto format fixture (.qmd) |
no test coverage detected