mirror of
https://github.com/denoland/deno.git
synced 2025-07-24 13:44:08 +00:00
This reverts commit a3529d0232
.
This change made debugging Node tests very hard - `AssertionError` is
now printed as `[Circular *1]` giving no visibility what failed.
We need to align two implementations together and remove this one then.
This commit is contained in:
parent
e0429e2ad6
commit
381f5801f9
13 changed files with 2321 additions and 146 deletions
|
@ -12,7 +12,7 @@ import * as util from "node:util";
|
|||
Deno.test({
|
||||
name: "[util] format",
|
||||
fn() {
|
||||
assertEquals(util.format("%o", [10, 11]), "[ 10, 11 ]");
|
||||
assertEquals(util.format("%o", [10, 11]), "[ 10, 11, [length]: 2 ]");
|
||||
},
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue