Skip to content

Commit

Permalink
test: remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
BoscoDomingo committed May 19, 2024
1 parent a4ad29d commit 305057a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/parallel/test-dotenv-edge-cases.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ describe('.env supports edge cases', () => {
});

it('supports multiple declarations, including optional ones', async () => {
// process.env.BASIC is equal to `OPTIONALLY LOADED` because the third .env file overrides it.
const code = `
const assert = require('assert');
assert.strictEqual(process.env.BASIC, 'OPTIONALLY LOADED');
Expand Down

0 comments on commit 305057a

Please sign in to comment.