Skip to content

Commit

Permalink
test: make test-dotenv-node-options locale-independent
Browse files Browse the repository at this point in the history
  • Loading branch information
LiviaMedeiros committed Sep 3, 2023
1 parent 0add7a8 commit 8e5e1b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-dotenv-node-options.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ describe('.env supports NODE_OPTIONS', () => {

it('TZ environment variable', { skip: !common.hasIntl || process.config.variables.icu_small }, async () => {
const code = `
require('assert')(new Date().toString().includes('Hawaii'))
require('assert')(new Date().toString().includes('GMT-1000'))
`.trim();
const child = await common.spawnPromisified(
process.execPath,
Expand Down

0 comments on commit 8e5e1b5

Please sign in to comment.