mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
chore: ignore lint warning in test (#25234)
Noticed this when working on another PR. The test code predates the addition of our `no-console` rule.
This commit is contained in:
parent
9b4026563c
commit
b6dbe1e256
1 changed files with 1 additions and 0 deletions
|
@ -397,6 +397,7 @@ Deno.test(
|
|||
|
||||
assertStringIncludes(text, "error");
|
||||
assertStringIncludes(text, "output");
|
||||
// deno-lint-ignore no-console
|
||||
console.log("finished tgis test");
|
||||
},
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue