summaryrefslogtreecommitdiff
path: root/cli/tests/node_compat/test/common/index.js
diff options
context:
space:
mode:
authorYoshiya Hinosawa <stibium121@gmail.com>2023-05-13 15:26:16 +0900
committerGitHub <noreply@github.com>2023-05-13 15:26:16 +0900
commitab88dc2c688ba085de476ae66a67bc383a921819 (patch)
treefdedaf2524d5d407b117f3c0064b0bbf11ca847e /cli/tests/node_compat/test/common/index.js
parent2a0c66484098ba35c1b31d4dc6380887b6eb9da4 (diff)
chore(ext/node): removed skipped compat test cases (#19109)
Diffstat (limited to 'cli/tests/node_compat/test/common/index.js')
-rw-r--r--cli/tests/node_compat/test/common/index.js1
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 491dabd2f..0f6019746 100644
--- a/cli/tests/node_compat/test/common/index.js
+++ b/cli/tests/node_compat/test/common/index.js
@@ -446,6 +446,7 @@ module.exports = {
getArrayBufferViews,
getBufferSources,
hasCrypto: true,
+ hasIntl: true,
hasMultiLocalhost() {
return false;
},