Skip to content

Commit

Permalink
test: replace forEach with for..of in test-process-env
Browse files Browse the repository at this point in the history
  • Loading branch information
niyashiyas committed Sep 30, 2023
1 parent 6f5ed69 commit b84fb82
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 b84fb82

Please sign in to comment.