i18n: Upgrade translations from crowdin (61e08dd5). (pass-desktop)
[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;