Skip to content

Commit

Permalink
fix known global
Browse files Browse the repository at this point in the history
  • Loading branch information
bmeck committed Apr 1, 2021
1 parent ddf029a commit 9112f83
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/common/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,11 @@ let knownGlobals = [
setImmediate,
setInterval,
setTimeout,
queueMicrotask,
queueMicrotask
];
if (globalThis.primordials) {
knownGlobals.push(primordials);
}

// TODO(@jasnell): This check can be temporary. AbortController is
// not currently supported in either Node.js 12 or 10, making it
Expand Down

0 comments on commit 9112f83

Please sign in to comment.