summaryrefslogtreecommitdiff
path: root/cli/js/tests/symbols_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/js/tests/symbols_test.ts')
-rw-r--r--cli/js/tests/symbols_test.ts7
1 files changed, 0 insertions, 7 deletions
diff --git a/cli/js/tests/symbols_test.ts b/cli/js/tests/symbols_test.ts
deleted file mode 100644
index ad05e9a70..000000000
--- a/cli/js/tests/symbols_test.ts
+++ /dev/null
@@ -1,7 +0,0 @@
-// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
-import { unitTest, assert } from "./test_util.ts";
-
-unitTest(function symbolsExists(): void {
- assert("internal" in Deno.symbols);
- assert("customInspect" in Deno.symbols);
-});