diff options
| author | Axetroy <troy450409405@gmail.com> | 2019-04-28 01:14:56 +0800 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-04-27 10:14:56 -0700 |
| commit | 1059133b2146cbad7b17c9358747c5c3ce7cd8e5 (patch) | |
| tree | 9645915d10a1dd94b83a4e50e555cd650b9d7ad4 /fs/test.ts | |
| parent | 7021391d38dd15bb3cedf5ea71cef0b14edc1c45 (diff) | |
fs: fix ensureLink broken (denoland/deno_std#360)
Fixes denoland/deno_std#358
Original: https://github.com/denoland/deno_std/commit/d9a64c0a145c46d8611f3fc8295c70e4f32fdc6d
Diffstat (limited to 'fs/test.ts')
| -rw-r--r-- | fs/test.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/test.ts b/fs/test.ts index 9f6b4827b..90e3c4688 100644 --- a/fs/test.ts +++ b/fs/test.ts @@ -9,6 +9,7 @@ import "./empty_dir_test.ts"; import "./ensure_dir_test.ts"; import "./ensure_file_test.ts"; import "./ensure_symlink_test.ts"; +import "./ensure_link_test.ts"; import "./move_test.ts"; import "./read_json_test.ts"; import "./write_json_test.ts"; |
