Skip to content

Commit 782db4b

Browse files
committed
fixup! fixup! fs: add fsPromises.watch()
1 parent 928765d commit 782db4b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/parallel/test-bootstrap-modules.js

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ const expectedModules = new Set([
1717
'Internal Binding credentials',
1818
'Internal Binding fs',
1919
'Internal Binding fs_dir',
20+
'Internal Binding fs_event_wrap',
2021
'Internal Binding messaging',
2122
'Internal Binding module_wrap',
2223
'Internal Binding native_module',
@@ -31,6 +32,7 @@ const expectedModules = new Set([
3132
'Internal Binding types',
3233
'Internal Binding url',
3334
'Internal Binding util',
35+
'Internal Binding uv',
3436
'Internal Binding worker',
3537
'NativeModule buffer',
3638
'NativeModule events',
@@ -51,6 +53,7 @@ const expectedModules = new Set([
5153
'NativeModule internal/fs/utils',
5254
'NativeModule internal/fs/promises',
5355
'NativeModule internal/fs/rimraf',
56+
'NativeModule internal/fs/watchers',
5457
'NativeModule internal/idna',
5558
'NativeModule internal/linkedlist',
5659
'NativeModule internal/modules/run_main',

0 commit comments

Comments
 (0)