diff options
| author | Axetroy <troy450409405@gmail.com> | 2019-03-12 01:14:26 +0800 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-03-11 13:14:26 -0400 |
| commit | ef6d93235800161343281972e9bdc1b6b69e310e (patch) | |
| tree | d41a62d2d769cb66cdee3462bf166b3a0cd3f7b9 /test.ts | |
| parent | 8127cfb9ea7ffc35d9486bea37fd4c407dd80268 (diff) | |
add fs/exists (denoland/deno_std#260)
Original: https://github.com/denoland/deno_std/commit/142a1c6cf890e5c7626c4c934496fae1eee01715
Diffstat (limited to 'test.ts')
| -rwxr-xr-x | test.ts | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ import "./fs/path/test.ts"; import "./fs/walk_test.ts"; import "./fs/globrex_test.ts"; import "./fs/glob_test.ts"; +import "./fs/exists_test.ts"; import "./io/test.ts"; import "./http/server_test.ts"; import "./http/file_server_test.ts"; |
