feat: add move/moveSync for fs modules (denoland/deno_std#266)

Original: a1fcfb2744
This commit is contained in:
Axetroy 2019-03-12 17:11:30 +08:00 committed by Ryan Dahl
parent 1bfc46bbd2
commit 511dbdde73
3 changed files with 413 additions and 0 deletions

View file

@ -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";