mirror of
https://github.com/denoland/deno.git
synced 2025-10-02 23:24:37 +00:00
feat: add move/moveSync for fs modules (denoland/deno_std#266)
Original: a1fcfb2744
This commit is contained in:
parent
1bfc46bbd2
commit
511dbdde73
3 changed files with 413 additions and 0 deletions
1
test.ts
1
test.ts
|
@ -17,6 +17,7 @@ import "./fs/exists_test.ts";
|
|||
import "./fs/empty_dir_test.ts";
|
||||
import "./fs/ensure_dir_test.ts";
|
||||
import "./fs/ensure_file_test.ts";
|
||||
import "./fs/move_test.ts";
|
||||
import "./io/test.ts";
|
||||
import "./http/server_test.ts";
|
||||
import "./http/file_server_test.ts";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue