mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 12:49:10 +00:00
make std deno-lint clean (#6240)
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
This commit is contained in:
parent
ca1c2ee822
commit
d0970daacd
17 changed files with 70 additions and 30 deletions
|
@ -9,7 +9,9 @@ try {
|
|||
// Need to initialize it here
|
||||
// otherwise it will be already initialized on Deno.test
|
||||
logger = getLogger();
|
||||
} catch {}
|
||||
} catch {
|
||||
// Pass
|
||||
}
|
||||
|
||||
test("logger is initialized", function (): void {
|
||||
assert(logger instanceof Logger);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue