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 a8592e5 commit 6cd578dCopy full SHA for 6cd578d
test/async.test.js
@@ -7,6 +7,7 @@ import * as node from '../async/index.js'
7
8
test.before(() => {
9
Object.defineProperty(global, 'crypto', {
10
+ configurable: true,
11
value: {
12
getRandomValues(array) {
13
for (let i = 0; i < array.length; i++) {
test/index.test.js
@@ -6,6 +6,7 @@ import * as node from '../index.js'
6
0 commit comments