From c08a27de9ac136d212b6510976435e1fc9694dc8 Mon Sep 17 00:00:00 2001 From: Evgeniy Karagodin Date: Mon, 8 Jul 2019 02:41:09 +0700 Subject: Remove os.userHomeDir in favor of Deno.homeDir (denoland/deno_std#523) Original: https://github.com/denoland/deno_std/commit/88b48945799322c0bc2f34134eed538759de4174 --- test.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'test.ts') diff --git a/test.ts b/test.ts index 07e57e35b..b3497da27 100755 --- a/test.ts +++ b/test.ts @@ -24,7 +24,6 @@ import "./util/test.ts"; import "./uuid/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