summaryrefslogtreecommitdiff
path: root/test.ts
diff options
context:
space:
mode:
authorEvgeniy Karagodin <ekaragodin@gmail.com>2019-06-24 22:08:06 +0700
committerRyan Dahl <ry@tinyclouds.org>2019-06-24 08:08:06 -0700
commit58bac5dc298a5ef16efd664bc9ea951856f901ee (patch)
treef291ff7084fbe8f4445b0fb387e5015227336a3d /test.ts
parent69d4d88b4f00b26112ad1d31fd551b032884f0d8 (diff)
Add userHomeDir (denoland/deno_std#521)
Original: https://github.com/denoland/deno_std/commit/ff7fb5a5d696256b232f8435c53087d5b12848ab
Diffstat (limited to 'test.ts')
-rwxr-xr-xtest.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/test.ts b/test.ts
index 5747be1c5..1f41003f3 100755
--- a/test.ts
+++ b/test.ts
@@ -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";