chore: format

This commit is contained in:
Peter Steinberger
2026-01-09 16:55:51 +01:00
parent fd9e2d3def
commit be48233bc4
4 changed files with 29 additions and 16 deletions

View File

@@ -1,6 +1,4 @@
import { describe, expect, it, beforeEach } from "vitest";
import type { ClawdbotConfig } from "./types.js";
import { beforeEach, describe, expect, it } from "vitest";
import {
applyConfigOverrides,
getConfigOverrides,
@@ -8,6 +6,7 @@ import {
setConfigOverride,
unsetConfigOverride,
} from "./runtime-overrides.js";
import type { ClawdbotConfig } from "./types.js";
describe("runtime overrides", () => {
beforeEach(() => {