Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJoyee Cheung <joyeec9h3@gmail.com>2021-05-19 21:32:18 +0300
committerJoyee Cheung <joyeec9h3@gmail.com>2021-05-27 16:46:48 +0300
commita4ea9fc48e68716149e17357eb078b9eefeda420 (patch)
treeb1221c5f90ddb5b2a05d0334c4f66c1957064f1e /test
parent9e42b4da09989762cb4f08d9703d6c7b9d454d04 (diff)
lib: remove unnecessary lazy loads
Now that more modules are included in the snapshot, it's not necessary to lazy load them anymore PR-URL: https://github.com/nodejs/node/pull/38737 Refs: https://github.com/nodejs/node/issues/35711 Reviewed-By: Anna Henningsen <anna@addaleax.net>
Diffstat (limited to 'test')
-rw-r--r--test/parallel/test-bootstrap-modules.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/parallel/test-bootstrap-modules.js b/test/parallel/test-bootstrap-modules.js
index 89bed5f55fc..28feaff6f33 100644
--- a/test/parallel/test-bootstrap-modules.js
+++ b/test/parallel/test-bootstrap-modules.js
@@ -93,6 +93,7 @@ const expectedModules = new Set([
'NativeModule internal/streams/destroy',
'NativeModule internal/streams/duplex',
'NativeModule internal/streams/end-of-stream',
+ 'NativeModule internal/streams/from',
'NativeModule internal/streams/legacy',
'NativeModule internal/streams/passthrough',
'NativeModule internal/streams/pipeline',
@@ -116,6 +117,8 @@ const expectedModules = new Set([
'NativeModule async_hooks',
'NativeModule path',
'NativeModule stream',
+ 'NativeModule stream/promises',
+ 'NativeModule string_decoder',
'NativeModule timers',
'NativeModule url',
'NativeModule util',