mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 02:48:24 +00:00
fix(op_crates): Don't use Deno.inspect
in op crates (#9332)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
This commit is contained in:
parent
47b3e4bada
commit
900953a65a
10 changed files with 48 additions and 63 deletions
|
@ -124,9 +124,6 @@ unitTest(function eventInspectOutput(): void {
|
|||
];
|
||||
|
||||
for (const [event, outputProvider] of cases) {
|
||||
assertEquals(
|
||||
event[Symbol.for("Deno.customInspect")](),
|
||||
outputProvider(event),
|
||||
);
|
||||
assertEquals(Deno.inspect(event), outputProvider(event));
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue