summaryrefslogtreecommitdiff
path: root/os/test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'os/test.ts')
-rw-r--r--os/test.ts8
1 files changed, 0 insertions, 8 deletions
diff --git a/os/test.ts b/os/test.ts
deleted file mode 100644
index f1993f22b..000000000
--- a/os/test.ts
+++ /dev/null
@@ -1,8 +0,0 @@
-// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
-import { test } from "../testing/mod.ts";
-import { assertNotEquals } from "../testing/asserts.ts";
-import { userHomeDir } from "./mod.ts";
-
-test(function testUserHomeDir(): void {
- assertNotEquals(userHomeDir(), "");
-});