Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
squash: skip tests with mocked env on OSX
  • Loading branch information
LiviaMedeiros committed Apr 10, 2022
commit a1f297390d7595a20331abdae1d982b1cab8cbbb
2 changes: 1 addition & 1 deletion test/parallel/test-icu-env.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ assert.deepStrictEqual(Intl.getCanonicalLocales(localesISO639), locales);


// Tests with mocked env
{
if (!common.isOSX) {
assert.strictEqual(
isSet(zones.map((TZ) => runEnvOutside({ TZ }, 'new Date(333333333333).toString()'))),
true
Expand Down