mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 20:59:10 +00:00
fix: Better use of @ts-expect-error (#6038)
This commit is contained in:
parent
8b1b4766a1
commit
3fe6bc1b82
24 changed files with 152 additions and 145 deletions
|
@ -336,8 +336,8 @@ async function runTests({
|
|||
const originalConsole = globalThis.console;
|
||||
|
||||
if (disableLog) {
|
||||
// @ts-expect-error
|
||||
globalThis.console = disabledConsole;
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
(globalThis as any).console = disabledConsole;
|
||||
}
|
||||
|
||||
let endMsg: TestMessage["end"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue