repo.or.cz
/
ProtonMail-WebClient.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
i18n: Upgrade translations from crowdin (61e08dd5). (pass-desktop)
[ProtonMail-WebClient.git]
/
packages
/
utils
/
jest.setup.js
blob
454bae6da18cabdbedb1f3887d42d063357c49b8
1
// JSDom does not include a full implementation of webcrypto
2
const
crypto
=
require
(
'crypto'
).
webcrypto
;
3
global
.
crypto
.
subtle
=
crypto
.
subtle
;