From 7ad76fd453972e9262985c61840c77b8b8a6dbb7 Mon Sep 17 00:00:00 2001 From: Nathan Whitaker <17734409+nathanwhit@users.noreply.github.com> Date: Mon, 1 Apr 2024 20:42:49 -0700 Subject: 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. --- tests/node_compat/config.jsonc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/node_compat/config.jsonc') 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", -- cgit v1.2.3