summaryrefslogtreecommitdiff
path: root/test/common/index.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'test/common/index.mjs')
-rw-r--r--test/common/index.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/common/index.mjs b/test/common/index.mjs
index 52cbd76363..49b9e56bd9 100644
--- a/test/common/index.mjs
+++ b/test/common/index.mjs
@@ -27,7 +27,7 @@ export function allowGlobals(...whitelist) {
}
export function leakedGlobals() {
- //add possible expected globals
+ // Add possible expected globals
if (global.gc) {
knownGlobals.push(global.gc);
}