diff options
| author | Axetroy <troy450409405@gmail.com> | 2019-03-18 00:34:55 +0800 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-03-17 12:34:55 -0400 |
| commit | 942df0be0d8bb37862195c438017df7746b0f3f0 (patch) | |
| tree | 8d52e754c60944c7cc4fc825558b5f6d64deadc0 /test.ts | |
| parent | 8acdecd72da494044065cb0615d9db3ce0a39a1c (diff) | |
extract internal method isSubdir to fs/utils.ts (denoland/deno_std#285)
Original: https://github.com/denoland/deno_std/commit/da4abcd9a3a5775939c3941a884d1c6f4d287d0f
Diffstat (limited to 'test.ts')
| -rwxr-xr-x | test.ts | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ import "./fs/ensure_file_test.ts"; import "./fs/move_test.ts"; import "./fs/read_json_test.ts"; import "./fs/write_json_test.ts"; +import "./fs/utils_test.ts"; import "./io/test.ts"; import "./http/server_test.ts"; import "./http/file_server_test.ts"; |
