diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-01-15 02:28:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-14 18:28:46 -0700 |
commit | bc8d00c880756a46b0ce4c8bf0c89407a2de669c (patch) | |
tree | 03f41df566a3f171f9eec2a63e44ec0f5c25057a /cli/tests/unit/console_test.ts | |
parent | 5143b9e7d3f72e6cc23f8381295df17ff1235f53 (diff) |
chore: upgrade deno_core to 0.246.0 (#21904)
Diffstat (limited to 'cli/tests/unit/console_test.ts')
-rw-r--r-- | cli/tests/unit/console_test.ts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cli/tests/unit/console_test.ts b/cli/tests/unit/console_test.ts index 031512f79..219b6ab07 100644 --- a/cli/tests/unit/console_test.ts +++ b/cli/tests/unit/console_test.ts @@ -490,12 +490,12 @@ Deno.test(function consoleTestStringifyFunctionWithProperties() { [some]: [Function: some] { [length]: 1, [name]: "some" }, [reduce]: [Function: reduce] { [length]: 1, [name]: "reduce" }, [reduceRight]: [Function: reduceRight] { [length]: 1, [name]: "reduceRight" }, - [toLocaleString]: [Function: toLocaleString] { [length]: 0, [name]: "toLocaleString" }, - [toString]: [Function: toString] { [length]: 0, [name]: "toString" }, [toReversed]: [Function: toReversed] { [length]: 0, [name]: "toReversed" }, [toSorted]: [Function: toSorted] { [length]: 1, [name]: "toSorted" }, [toSpliced]: [Function: toSpliced] { [length]: 2, [name]: "toSpliced" }, [with]: [Function: with] { [length]: 2, [name]: "with" }, + [toLocaleString]: [Function: toLocaleString] { [length]: 0, [name]: "toLocaleString" }, + [toString]: [Function: toString] { [length]: 0, [name]: "toString" }, [Symbol(Symbol.iterator)]: [Function: values] { [length]: 0, [name]: "values" }, [Symbol(Symbol.unscopables)]: [Object: null prototype] { at: true, @@ -510,10 +510,10 @@ Deno.test(function consoleTestStringifyFunctionWithProperties() { flatMap: true, includes: true, keys: true, - values: true, toReversed: true, toSorted: true, - toSpliced: true + toSpliced: true, + values: true } ], [isArray]: [Function: isArray] { [length]: 1, [name]: "isArray" }, |