From 782db4b6b27e40d651a422101d22fc8af5a9b7a7 Mon Sep 17 00:00:00 2001 From: James M Snell Date: Tue, 2 Feb 2021 09:56:26 -0800 Subject: [PATCH] fixup! fixup! fs: add fsPromises.watch() --- test/parallel/test-bootstrap-modules.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/parallel/test-bootstrap-modules.js b/test/parallel/test-bootstrap-modules.js index 105bfb10866499..dcf9866d969825 100644 --- a/test/parallel/test-bootstrap-modules.js +++ b/test/parallel/test-bootstrap-modules.js @@ -17,6 +17,7 @@ const expectedModules = new Set([ 'Internal Binding credentials', 'Internal Binding fs', 'Internal Binding fs_dir', + 'Internal Binding fs_event_wrap', 'Internal Binding messaging', 'Internal Binding module_wrap', 'Internal Binding native_module', @@ -31,6 +32,7 @@ const expectedModules = new Set([ 'Internal Binding types', 'Internal Binding url', 'Internal Binding util', + 'Internal Binding uv', 'Internal Binding worker', 'NativeModule buffer', 'NativeModule events', @@ -51,6 +53,7 @@ const expectedModules = new Set([ 'NativeModule internal/fs/utils', 'NativeModule internal/fs/promises', 'NativeModule internal/fs/rimraf', + 'NativeModule internal/fs/watchers', 'NativeModule internal/idna', 'NativeModule internal/linkedlist', 'NativeModule internal/modules/run_main',