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

Function getMockedRandomUUID

packages/convert/src/quarto-to-deepnote.test.ts:26–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected