diff options
| author | Andy Hayden <andyhayden1@gmail.com> | 2019-02-15 08:20:59 -0800 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-02-15 11:20:59 -0500 |
| commit | 954fe83f62770257ea516396feb31ba961bc0967 (patch) | |
| tree | e7168ce6cd34fcbbfc053d35d26f211bb55273ba /test.ts | |
| parent | 0eed9b30298e1ba83d8b21bad24ee77dff59942c (diff) | |
Add fs.walk (denoland/deno_std#192)
Original: https://github.com/denoland/deno_std/commit/3be908facd092e91b4ec1433effd710f5c9532b5
Diffstat (limited to 'test.ts')
| -rwxr-xr-x | test.ts | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ import "io/util_test.ts"; import "io/writers_test.ts"; import "io/readers_test.ts"; import "fs/path/test.ts"; +import "fs/walk_test.ts"; import "io/test.ts"; import "http/server_test.ts"; import "http/file_server_test.ts"; |
