diff options
Diffstat (limited to 'cli/js/internals_test.ts')
-rw-r--r-- | cli/js/internals_test.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/js/internals_test.ts b/cli/js/internals_test.ts index 47aea09e7..fb712707c 100644 --- a/cli/js/internals_test.ts +++ b/cli/js/internals_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 internalsExists(): void { +unitTest(function internalsExists(): void { const { stringifyArgs // @ts-ignore TypeScript (as of 3.7) does not support indexing namespaces by symbol |