mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 02:48:24 +00:00
tests(wpt/console): Enables web platform tests for console (#9013)
This commit is contained in:
parent
f7e09c6a55
commit
9801858cb0
4 changed files with 21 additions and 2 deletions
|
@ -313,7 +313,7 @@ unitTest(function consoleTestStringifyCircular(): void {
|
|||
);
|
||||
assertEquals(
|
||||
stringify(console),
|
||||
`{
|
||||
`console {
|
||||
log: [Function: log],
|
||||
debug: [Function: log],
|
||||
info: [Function: log],
|
||||
|
@ -334,6 +334,7 @@ unitTest(function consoleTestStringifyCircular(): void {
|
|||
clear: [Function: clear],
|
||||
trace: [Function: trace],
|
||||
indentLevel: 0,
|
||||
[Symbol(Symbol.toStringTag)]: "console",
|
||||
[Symbol(isConsoleInstance)]: true
|
||||
}`,
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue