Skip to content

Commit

Permalink
test: fix typo in test/common/index.js
Browse files Browse the repository at this point in the history
PR-URL: #40297
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
  • Loading branch information
tniessen authored and targos committed Oct 4, 2021
1 parent a5218b5 commit 6a8689f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/common/index.js
Expand Up @@ -272,7 +272,7 @@ let knownGlobals = [

// TODO(@jasnell): This check can be temporary. AbortController is
// not currently supported in either Node.js 12 or 10, making it
// difficult to run tests comparitively on those versions. Once
// difficult to run tests comparatively on those versions. Once
// all supported versions have AbortController as a global, this
// check can be removed and AbortController can be added to the
// knownGlobals list above.
Expand Down

0 comments on commit 6a8689f

Please sign in to comment.