diff options
| author | Evgeniy Karagodin <ekaragodin@gmail.com> | 2019-06-24 22:08:06 +0700 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-06-24 08:08:06 -0700 |
| commit | 58bac5dc298a5ef16efd664bc9ea951856f901ee (patch) | |
| tree | f291ff7084fbe8f4445b0fb387e5015227336a3d /test.ts | |
| parent | 69d4d88b4f00b26112ad1d31fd551b032884f0d8 (diff) | |
Add userHomeDir (denoland/deno_std#521)
Original: https://github.com/denoland/deno_std/commit/ff7fb5a5d696256b232f8435c53087d5b12848ab
Diffstat (limited to 'test.ts')
| -rwxr-xr-x | test.ts | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,6 +23,7 @@ import "./textproto/test.ts"; import "./util/test.ts"; import "./ws/test.ts"; import "./encoding/test.ts"; +import "./os/test.ts"; import { xrun } from "./prettier/util.ts"; import { red, green } from "./colors/mod.ts"; |
