diff options
| author | Yoshiya Hinosawa <stibium121@gmail.com> | 2024-09-11 18:08:40 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-11 11:08:40 +0200 |
| commit | 8bdd364dd568f93097ecee41e66c74d16d75c015 (patch) | |
| tree | ae124042299ed91ee81c0a9b455e1f972be1a9e9 /tests/node_compat/config.jsonc | |
| parent | 87bc47b3bf9afe26e33450757b13c3b14b8703d8 (diff) | |
fix(ext/node): add `FileHandle#writeFile` (#25555)
This PR adds `writeFile` methods of `FileHandle` class
https://nodejs.org/api/fs.html#filehandlewritefiledata-options
Diffstat (limited to 'tests/node_compat/config.jsonc')
| -rw-r--r-- | tests/node_compat/config.jsonc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/node_compat/config.jsonc b/tests/node_compat/config.jsonc index ed63b5950..8c8d503d5 100644 --- a/tests/node_compat/config.jsonc +++ b/tests/node_compat/config.jsonc @@ -335,6 +335,7 @@ "test-fs-open-numeric-flags.js", "test-fs-open.js", "test-fs-opendir.js", + "test-fs-promises-writefile-with-fd.js", "test-fs-read-stream-autoClose.js", "test-fs-read-stream-concurrent-reads.js", "test-fs-read-stream-double-close.js", |
