We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c88be6 commit 574b01eCopy full SHA for 574b01e
test/parallel/test-process-versions.js
@@ -10,7 +10,7 @@ if (common.hasCrypto) {
10
expected_keys.push('openssl');
11
}
12
13
-if (!common.isChakraEngine && typeof Intl !== 'undefined') {
+if (typeof Intl !== 'undefined') {
14
expected_keys.push('icu');
15
16
0 commit comments