style: fix biome formatting

This commit is contained in:
Joao Lisboa
2025-12-02 17:06:03 -03:00
committed by Peter Steinberger
parent 73a9fdca2a
commit 499a3e3227
4 changed files with 4905 additions and 7 deletions

View File

@@ -7,11 +7,7 @@ import { afterEach, describe, expect, it, vi } from "vitest";
import { setVerbose } from "./globals.js";
import { logDebug, logError, logInfo, logSuccess, logWarn } from "./logger.js";
import {
DEFAULT_LOG_DIR,
resetLogger,
setLoggerOverride,
} from "./logging.js";
import { DEFAULT_LOG_DIR, resetLogger, setLoggerOverride } from "./logging.js";
import type { RuntimeEnv } from "./runtime.js";
describe("logger helpers", () => {