diff options
| author | Nayeem Rahman <nayeemrmn99@gmail.com> | 2024-03-13 10:57:59 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-13 10:57:59 +0000 |
| commit | f377fce640002c687bb2f36918f857fcc2f7bc7b (patch) | |
| tree | 2192831a7a9328e8fb1030fc0e127ac841e73024 /tests/integration | |
| parent | 5cfa03ceca396b1c21a826cb44a984329cf35078 (diff) | |
feat(node): implement fs.statfs() (#22862)
Diffstat (limited to 'tests/integration')
| -rw-r--r-- | tests/integration/node_unit_tests.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/integration/node_unit_tests.rs b/tests/integration/node_unit_tests.rs index 2fd7e78f6..fc636e807 100644 --- a/tests/integration/node_unit_tests.rs +++ b/tests/integration/node_unit_tests.rs @@ -44,6 +44,7 @@ util::unit_test_factory!( _fs_rm_test = _fs / _fs_rm_test, _fs_rmdir_test = _fs / _fs_rmdir_test, _fs_stat_test = _fs / _fs_stat_test, + _fs_statfs_test = _fs / _fs_statfs_test, _fs_symlink_test = _fs / _fs_symlink_test, _fs_truncate_test = _fs / _fs_truncate_test, _fs_unlink_test = _fs / _fs_unlink_test, |
