()
| 28 | }) |
| 29 | |
| 30 | function getMockedRandomUUID() { |
| 31 | return vi.mocked(crypto.randomUUID) as ReturnType<typeof vi.mocked<typeof crypto.randomUUID>> & { |
| 32 | __resetCounter: () => void |
| 33 | } |
| 34 | } |
| 35 | |
| 36 | describe('parsePercentFormat', () => { |
| 37 | it('parses a simple code cell', () => { |
no outgoing calls
no test coverage detected