summaryrefslogtreecommitdiff
path: root/cli/js/symbols_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/js/symbols_test.ts')
-rw-r--r--cli/js/symbols_test.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/js/symbols_test.ts b/cli/js/symbols_test.ts
index 26fe12375..ad05e9a70 100644
--- a/cli/js/symbols_test.ts
+++ b/cli/js/symbols_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 symbolsExists(): void {
+unitTest(function symbolsExists(): void {
assert("internal" in Deno.symbols);
assert("customInspect" in Deno.symbols);
});