diff options
author | Mani Maghsoudlou <manidlou@gmail.com> | 2018-09-12 08:44:58 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-09-12 11:44:58 -0400 |
commit | 88d42f0b189a1daa3fb44eb24ecad77823557d9f (patch) | |
tree | ac4d166271d9708472b16150f5f6dcc712095fcb /js/unit_tests.ts | |
parent | 26081a32dfaf34fdc8b6cf53222c15f3d4e4f30d (diff) |
Implement deno.rename() (#731)
Diffstat (limited to 'js/unit_tests.ts')
-rw-r--r-- | js/unit_tests.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/unit_tests.ts b/js/unit_tests.ts index 88e6fb9d9..b406b63d0 100644 --- a/js/unit_tests.ts +++ b/js/unit_tests.ts @@ -9,3 +9,4 @@ import "./read_file_test.ts"; import "./write_file_test.ts"; import "./mkdir_test.ts"; import "./stat_test.ts"; +import "./rename_test.ts"; |