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:50:13 +0300
committerJoyee Cheung <joyeec9h3@gmail.com>2021-06-02 08:30:05 +0300
commit2bb0c2013f3592f7a7a3c514eb9f47482b751d9a (patch)
tree8b7c5ef9946f1f490582326d036473b8ef0d63af /test
parentfc264dfd8d3e9c8d2aabf932369a80b5de69ca26 (diff)
lib: include url in bootstrap snapshot and remove unnecessary lazy-loads
PR-URL: https://github.com/nodejs/node/pull/38826 Refs: https://github.com/nodejs/node/issues/35711 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Khaidi Chu <i@2333.moe>
Diffstat (limited to 'test')
-rw-r--r--test/parallel/test-bootstrap-modules.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/parallel/test-bootstrap-modules.js b/test/parallel/test-bootstrap-modules.js
index 28feaff6f33..f18f85728d3 100644
--- a/test/parallel/test-bootstrap-modules.js
+++ b/test/parallel/test-bootstrap-modules.js
@@ -116,6 +116,7 @@ const expectedModules = new Set([
'NativeModule internal/blob',
'NativeModule async_hooks',
'NativeModule path',
+ 'NativeModule querystring',
'NativeModule stream',
'NativeModule stream/promises',
'NativeModule string_decoder',