Skip to content

Commit

Permalink
fixup! process: add process.features.require_module
Browse files Browse the repository at this point in the history
  • Loading branch information
joyeecheung committed Oct 4, 2024
1 parent dc6f2da commit a40f0ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/parallel/test-process-features.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ assert.deepStrictEqual(keys, new Set([
'tls_ocsp',
'tls',
'cached_builtins',
'require_module',
]));

for (const key of keys) {
Expand Down

0 comments on commit a40f0ad

Please sign in to comment.