Skip to content

Commit 08c7e50

Browse files
chore: update StarlingMonkey to commit 1f6f81f (#260)
* chore: update StarlingMonkey to commit 1f6f81f * fix(tests): expected globals check
1 parent a2b3992 commit 08c7e50

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

StarlingMonkey

Submodule StarlingMonkey updated 47 files

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)