UNPKG
@mazaventures/valentine
Version:
latest (0.1.0)
0.1.0
Toolkit for Venture Capital firms to run their back office efficiently and openly
@mazaventures/valentine
/
src
/
setupTests.ts
5 lines
•
125 B
text/typescript
View Raw
1
2
3
4
5
// Mock crypto.randomUUID
global
.
crypto
= { ...
global
.
crypto
,
randomUUID
:
() =>
'123e4567-e89b-12d3-a456-426614174000'
};