MCPcopy Index your code
hub / github.com/deepnote/deepnote / getMockedRandomUUID

Function getMockedRandomUUID

packages/convert/src/marimo-to-deepnote.test.ts:31–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected