()
| 24 | }) |
| 25 | |
| 26 | function getMockedRandomUUID() { |
| 27 | return vi.mocked(crypto.randomUUID) as ReturnType<typeof vi.mocked<typeof crypto.randomUUID>> & { |
| 28 | __resetCounter: () => void |
| 29 | } |
| 30 | } |
| 31 | |
| 32 | describe('parseQuartoFormat', () => { |
| 33 | it('parses YAML frontmatter', () => { |
no outgoing calls
no test coverage detected