File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
/* eslint-disable strict */
1+
// When setters and getters were added for global.process and global.Buffer to
2+
// create a deprecation path for them in ESM, this test was added to make sure
3+
// the setters and getters behaved as expected.
4+
// Ref: https://.com/nodejs/node/pull/26882
5+
// Ref: https://.com/nodejs/node/pull/26334
6+
7+
'use strict';
28
require('../common');
39
const assert = require('assert');
410
const _process = require('process');

0 commit comments

Comments
 (0)