Merge branch 'fix-typo-drive' into 'main'
[ProtonMail-WebClient.git] / packages / utils / jest.setup.js
blob454bae6da18cabdbedb1f3887d42d063357c49b8
1 // JSDom does not include a full implementation of webcrypto
2 const crypto = require('crypto').webcrypto;
3 global.crypto.subtle = crypto.subtle;