Skip to content

Commit

Permalink
squash! test: use strict mode in global setters test
Browse files Browse the repository at this point in the history
  • Loading branch information
Trott committed Jan 24, 2025
1 parent ee003fc commit 513d880
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/parallel/test-global-setters.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// When setters and getters were added for global.process and global.Buffer to
// create a deprecation path for them in ESM, this test was added to make sure
// the setters and getters behaved as expected.
// Ref: https://github.com/nodejs/node/pull/26882
// Ref: https://github.com/nodejs/node/pull/26334

'use strict';
require('../common');
const assert = require('assert');
Expand Down

0 comments on commit 513d880

Please sign in to comment.