()
| 29 | }) |
| 30 | |
| 31 | function getMockedRandomUUID() { |
| 32 | return vi.mocked(crypto.randomUUID) as ReturnType<typeof vi.mocked<typeof crypto.randomUUID>> & { |
| 33 | __resetCounter: () => void |
| 34 | } |
| 35 | } |
| 36 | |
| 37 | describe('parseMarimoFormat', () => { |
| 38 | it('parses version and app settings', () => { |
no outgoing calls
no test coverage detected