We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 078b4a6 commit b420209Copy full SHA for b420209
test/parallel/test-intl-v8BreakIterator.js
@@ -3,7 +3,7 @@ const common = require('../common');
3
const assert = require('assert');
4
const vm = require('vm');
5
6
-if (typeof Intl === 'undefined')
+if (!common.hasIntl)
7
common.skip('missing Intl');
8
9
assert(!('v8BreakIterator' in Intl));
0 commit comments