diff options
| author | Nathan Whitaker <17734409+nathanwhit@users.noreply.github.com> | 2024-04-01 20:42:49 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-01 20:42:49 -0700 |
| commit | 7ad76fd453972e9262985c61840c77b8b8a6dbb7 (patch) | |
| tree | a97eb0a22d7931ff9ac161f9be97e1faf1358547 /tests/node_compat/config.jsonc | |
| parent | ca5e5c7e9c8bb68beb751c25f2f08f18a59cd76e (diff) | |
fix(ext/node): Add fs.readv, fs.readvSync (#23166)
Part of #18218.
Implements `fs.readv` and `fs.readvSync` and enables the corresponding
`node_compat` tests.
Diffstat (limited to 'tests/node_compat/config.jsonc')
| -rw-r--r-- | tests/node_compat/config.jsonc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/node_compat/config.jsonc b/tests/node_compat/config.jsonc index bf254faf6..af45cc663 100644 --- a/tests/node_compat/config.jsonc +++ b/tests/node_compat/config.jsonc @@ -334,6 +334,8 @@ "test-fs-readdir-stack-overflow.js", "test-fs-readdir.js", "test-fs-readfile-empty.js", + "test-fs-readv-sync.js", + "test-fs-readv.js", "test-fs-realpath-native.js", "test-fs-rmdir-recursive-sync-warns-not-found.js", "test-fs-rmdir-recursive-sync-warns-on-file.js", |
