summaryrefslogtreecommitdiff
path: root/cli/tests/unit/console_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/unit/console_test.ts')
-rw-r--r--cli/tests/unit/console_test.ts38
1 files changed, 19 insertions, 19 deletions
diff --git a/cli/tests/unit/console_test.ts b/cli/tests/unit/console_test.ts
index edb1b245f..776e3ce2d 100644
--- a/cli/tests/unit/console_test.ts
+++ b/cli/tests/unit/console_test.ts
@@ -315,25 +315,25 @@ unitTest(function consoleTestStringifyCircular(): void {
assertEquals(
stringify(console),
`console {
- log: [Function: log],
- debug: [Function: debug],
- info: [Function: info],
- dir: [Function: dir],
- dirxml: [Function: dir],
- warn: [Function: warn],
- error: [Function: error],
- assert: [Function: assert],
- count: [Function: count],
- countReset: [Function: countReset],
- table: [Function: table],
- time: [Function: time],
- timeLog: [Function: timeLog],
- timeEnd: [Function: timeEnd],
- group: [Function: group],
- groupCollapsed: [Function: group],
- groupEnd: [Function: groupEnd],
- clear: [Function: clear],
- trace: [Function: trace],
+ log: [Function: bound ],
+ debug: [Function: bound ],
+ info: [Function: bound ],
+ dir: [Function: bound ],
+ dirxml: [Function: bound ],
+ warn: [Function: bound ],
+ error: [Function: bound ],
+ assert: [Function: bound ],
+ count: [Function: bound ],
+ countReset: [Function: bound ],
+ table: [Function: bound ],
+ time: [Function: bound ],
+ timeLog: [Function: bound ],
+ timeEnd: [Function: bound ],
+ group: [Function: bound ],
+ groupCollapsed: [Function: bound ],
+ groupEnd: [Function: bound ],
+ clear: [Function: bound ],
+ trace: [Function: bound ],
indentLevel: 0,
[Symbol(isConsoleInstance)]: true
}`,