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

Function getMockedRandomUUID

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

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected