We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test-dotenv-node-options
1 parent 15b54ff commit 3987094Copy full SHA for 3987094
test/parallel/test-dotenv-node-options.js
@@ -46,7 +46,7 @@ describe('.env supports NODE_OPTIONS', () => {
46
47
it('TZ environment variable', { skip: !common.hasIntl || process.config.variables.icu_small }, async () => {
48
const code = `
49
- require('assert')(new Date().toString().includes('Hawaii'))
+ require('assert')(new Date().toString().includes('GMT-1000'))
50
`.trim();
51
// Some CI environments set TZ. Since an env file doesn't override existing
52
// environment variables, we need to delete it and then pass the env object
0 commit comments