We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b539a34 commit ae32482Copy full SHA for ae32482
jestSetup.js
@@ -8,5 +8,6 @@ jest.mock('@mui/styles/withStyles', () => () => () => ({}));
8
Object.defineProperty(window, 'crypto', {
9
value: {
10
getRandomValues: (arr) => new Uint32Array(arr.length),
11
+ subtle: {},
12
},
13
});
0 commit comments