diff options
Diffstat (limited to 'cli/js/tests/dom_iterable_test.ts')
-rw-r--r-- | cli/js/tests/dom_iterable_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/tests/dom_iterable_test.ts b/cli/js/tests/dom_iterable_test.ts index 827a788a9..b9435b3bc 100644 --- a/cli/js/tests/dom_iterable_test.ts +++ b/cli/js/tests/dom_iterable_test.ts @@ -21,7 +21,7 @@ function setup() { // This is using an internal API we don't want published as types, so having // to cast to any to "trick" TypeScript // @ts-ignore TypeScript (as of 3.7) does not support indexing namespaces by symbol - DomIterable: Deno[Deno.symbols.internal].DomIterableMixin(Base, dataSymbol), + DomIterable: Deno[Deno.internal].DomIterableMixin(Base, dataSymbol), }; } |