summaryrefslogtreecommitdiff
path: root/cli/js/location_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/js/location_test.ts')
-rw-r--r--cli/js/location_test.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/js/location_test.ts b/cli/js/location_test.ts
index 805ba3e73..78ecb55b3 100644
--- a/cli/js/location_test.ts
+++ b/cli/js/location_test.ts
@@ -1,7 +1,7 @@
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
-import { test, assert } from "./test_util.ts";
+import { unitTest, assert } from "./test_util.ts";
-test(function locationBasic(): void {
+unitTest(function locationBasic(): void {
// location example: file:///Users/rld/src/deno/js/unit_tests.ts
assert(window.location.toString().endsWith("unit_tests.ts"));
});