diff options
Diffstat (limited to 'cli/tests')
-rw-r--r-- | cli/tests/node_compat/test/common/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/node_compat/test/common/index.js b/cli/tests/node_compat/test/common/index.js index f398108cd..986b8ea1a 100644 --- a/cli/tests/node_compat/test/common/index.js +++ b/cli/tests/node_compat/test/common/index.js @@ -37,6 +37,7 @@ let knownGlobals = [ crypto, Deno, dispatchEvent, + EventSource, fetch, getParent, global, |