Skip to content

Commit

Permalink
test: Replaced forEach with for..of in test-process-env-ignore-getter…
Browse files Browse the repository at this point in the history
…-setter.js
  • Loading branch information
niyashiyas committed Sep 24, 2023
1 parent 90429ae commit e4ee294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-process-env-ignore-getter-setter.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ for(const attribute of attributes) {
' and enumerable data descriptor'
}
);
};
}

assert.strictEqual(process.env.goo, undefined);
Object.defineProperty(process.env, 'goo', {
Expand Down

0 comments on commit e4ee294

Please sign in to comment.