summaryrefslogtreecommitdiff
path: root/cli/tests/unit
diff options
context:
space:
mode:
authorGasman <90539473+MarybethGasman@users.noreply.github.com>2023-02-05 07:34:36 +0800
committerGitHub <noreply@github.com>2023-02-05 00:34:36 +0100
commit0eb5be9a1204f959d3daac8cd7b1b342320970fd (patch)
tree3d84f243bb238964de727ff1f9a91361676336e0 /cli/tests/unit
parent1e75e5ecc72fd6caf1ee3d2c98ea1662e141f55b (diff)
fix(ext/console): log class for class constructor (#17615)
Co-authored-by: tannal <tannal.cn@gmail.com>
Diffstat (limited to 'cli/tests/unit')
-rw-r--r--cli/tests/unit/console_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/unit/console_test.ts b/cli/tests/unit/console_test.ts
index 1abacc9ad..ccc8638d2 100644
--- a/cli/tests/unit/console_test.ts
+++ b/cli/tests/unit/console_test.ts
@@ -237,7 +237,7 @@ Deno.test(function consoleTestStringifyCircular() {
arrowFunc: [Function: arrowFunc],
extendedClass: Extended { a: 1, b: 2 },
nFunc: [Function],
- extendedCstr: [Function: Extended],
+ extendedCstr: [Class: Extended],
o: {
num: 2,
bool: false,