kirti3
Results
2
comments of
kirti3
Hi We also experiencing this issue , kindly please update whenever it is fixed. Please update asap and it's looks like a blocker for our release.
> I used [`@peculiar/webcrypto`](https://github.com/PeculiarVentures/webcrypto) in jest [`setupFiles`](https://jestjs.io/docs/en/configuration#setupfiles-array) > > ```js > // jest.setup.js > import { Crypto } from "@peculiar/webcrypto" > > global.crypto = new Crypto() > ``` > >...