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:30:47 +0300
committerJoyee Cheung <joyeec9h3@gmail.com>2021-05-27 16:46:46 +0300
commit9e42b4da09989762cb4f08d9703d6c7b9d454d04 (patch)
treeed5a8ee8ee3f2a9771b13dd980adfcb6d2fa56ce /test
parent39b0f4fe4c4e663be5529228dcd41d5133468eed (diff)
lib: load internal/fs/watchers and internal/fs/read_file_context early
So that they are included in the builtin snapshot 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.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 32ccba5653c..89bed5f55fc 100644
--- a/test/parallel/test-bootstrap-modules.js
+++ b/test/parallel/test-bootstrap-modules.js
@@ -56,6 +56,7 @@ const expectedModules = new Set([
'NativeModule internal/fs/dir',
'NativeModule internal/fs/utils',
'NativeModule internal/fs/promises',
+ 'NativeModule internal/fs/read_file_context',
'NativeModule internal/fs/rimraf',
'NativeModule internal/fs/watchers',
'NativeModule internal/heap_utils',