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
/
dist
/
setupTests.js
7 lines
•
182 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
// Mock crypto.randomUUID
global
.
crypto
= { ...
global
.
crypto
,
randomUUID
:
() =>
'123e4567-e89b-12d3-a456-426614174000'
};
//# sourceMappingURL=setupTests.js.map