Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
bmeck committed Apr 1, 2021
1 parent 9112f83 commit efb5dd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/common/index.js
Expand Up @@ -273,8 +273,8 @@ let knownGlobals = [
setTimeout,
queueMicrotask
];
if (globalThis.primordials) {
knownGlobals.push(primordials);
if (global.primordials) {
knownGlobals.push(global.primordials);
}

// TODO(@jasnell): This check can be temporary. AbortController is
Expand Down

0 comments on commit efb5dd8

Please sign in to comment.