From 58bac5dc298a5ef16efd664bc9ea951856f901ee Mon Sep 17 00:00:00 2001 From: Evgeniy Karagodin Date: Mon, 24 Jun 2019 22:08:06 +0700 Subject: Add userHomeDir (denoland/deno_std#521) Original: https://github.com/denoland/deno_std/commit/ff7fb5a5d696256b232f8435c53087d5b12848ab --- test.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'test.ts') 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"; -- cgit v1.2.3