repo.or.cz
/
ProtonMail-WebClient.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Merge branch 'fix-typo-drive' into 'main'
[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;