Skip to content

Commit e4ee294

Browse files
committed
test: Replaced forEach with for..of in test-process-env-ignore-getter-setter.js
1 parent 90429ae commit e4ee294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-process-env-ignore-getter-setter.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ for(const attribute of attributes) {
5555
' and enumerable data descriptor'
5656
}
5757
);
58-
};
58+
}
5959

6060
assert.strictEqual(process.env.goo, undefined);
6161
Object.defineProperty(process.env, 'goo', {

0 commit comments

Comments
 (0)