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 2e6efc1 commit 8efbf16Copy full SHA for 8efbf16
app/util/test/testSetup.js
@@ -320,5 +320,6 @@ global.crypto = {
320
for (let i = 0; i < arr.length; i++) {
321
arr[i] = Math.floor(Math.random() * (uint8Max + 1));
322
}
323
+ return arr;
324
},
325
};
0 commit comments