diff options
Diffstat (limited to 'cli/tests/unit/console_test.ts')
-rw-r--r-- | cli/tests/unit/console_test.ts | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/cli/tests/unit/console_test.ts b/cli/tests/unit/console_test.ts index bc97107b1..e20a91555 100644 --- a/cli/tests/unit/console_test.ts +++ b/cli/tests/unit/console_test.ts @@ -203,25 +203,25 @@ unitTest(function consoleTestStringifyCircular(): void { assertEquals( stringify(console), `{ - log: [Function], - debug: [Function], - info: [Function], - dir: [Function], - dirxml: [Function], - warn: [Function], - error: [Function], - assert: [Function], - count: [Function], - countReset: [Function], - table: [Function], - time: [Function], - timeLog: [Function], - timeEnd: [Function], - group: [Function], - groupCollapsed: [Function], - groupEnd: [Function], - clear: [Function], - trace: [Function], + log: [Function: log], + debug: [Function: log], + info: [Function: log], + dir: [Function: dir], + dirxml: [Function: dir], + warn: [Function: warn], + error: [Function: warn], + 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], indentLevel: 0, Symbol(isConsoleInstance): true }`, |