Skip to content

Commit 48280ed

Browse files
fix(tests): expected globals check
1 parent 83fcbba commit 48280ed

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

test/builtins/globals.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,12 @@ const EXPECTED_GLOBALS = [
8282
'btoa',
8383
'Blob',
8484
'File',
85+
'Event',
86+
'EventTarget',
87+
'CustomEvent',
88+
'addEventListener',
89+
'removeEventListener',
90+
'dispatchEvent',
8591
'FormData',
8692
'MultipartFormData',
8793
'DOMException',
@@ -105,7 +111,6 @@ const EXPECTED_GLOBALS = [
105111
'Request',
106112
'Response',
107113
'Headers',
108-
'addEventListener',
109114
'SubtleCrypto',
110115
'Crypto',
111116
'crypto',

0 commit comments

Comments
 (0)