mirror of
https://github.com/LukeHagar/skeleton.git
synced 2025-12-10 04:21:26 +00:00
4 lines
172 B
JavaScript
4 lines
172 B
JavaScript
// https://stackoverflow.com/questions/73831370/vitest-crypto-randomuuid-is-not-a-function
|
|
|
|
import { randomUUID } from 'node:crypto';
|
|
window.crypto.randomUUID = randomUUID; |