diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2019-01-17 13:14:48 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-17 13:14:48 -0500 |
| commit | 15f372c5490e85cff66f9b2cca2a8868655f4ddb (patch) | |
| tree | 5b56414f4f1f68af69790da3c82f00cea995e47d /test.ts | |
| parent | b2e54bad61b37f3a186dd72237c694ada77ab94f (diff) | |
Remove mkdirp - deno.mkdir is already recursive (denoland/deno_std#118)
Original: https://github.com/denoland/deno_std/commit/4283c26b8930ca80e5babca3337b5431f16334d0
Diffstat (limited to 'test.ts')
| -rwxr-xr-x | test.ts | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -3,7 +3,6 @@ import "colors/test.ts"; import "datetime/test.ts"; import "examples/test.ts"; import "flags/test.ts"; -import "fs/mkdirp_test.ts"; import "fs/path/basename_test.ts"; import "fs/path/dirname_test.ts"; import "fs/path/extname_test.ts"; |
