summaryrefslogtreecommitdiff
path: root/cli/tests/unit/console_test.ts
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2023-11-01 23:25:18 +0100
committerGitHub <noreply@github.com>2023-11-01 22:25:18 +0000
commitab72019a17ccc077384c37eaeae15fffc9ce4d92 (patch)
tree9817bf313e25bdd8d318fb58b3e366f14d252858 /cli/tests/unit/console_test.ts
parent24c3c9695865bb478f5651da4982b7e0a34afc72 (diff)
feat: enable Array.fromAsync (#21048)
Diffstat (limited to 'cli/tests/unit/console_test.ts')
-rw-r--r--cli/tests/unit/console_test.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/unit/console_test.ts b/cli/tests/unit/console_test.ts
index d8990559e..d6e2a5263 100644
--- a/cli/tests/unit/console_test.ts
+++ b/cli/tests/unit/console_test.ts
@@ -500,6 +500,7 @@ Deno.test(function consoleTestStringifyFunctionWithProperties() {
[isArray]: [Function: isArray] { [length]: 1, [name]: "isArray" },
[from]: [Function: from] { [length]: 1, [name]: "from" },
[of]: [Function: of] { [length]: 0, [name]: "of" },
+ [fromAsync]: [Function: fromAsync] { [length]: 1, [name]: "fromAsync" },
[Symbol(Symbol.species)]: [Getter]
}`,
);