test: remove stale config presence mock import

This commit is contained in:
Peter Steinberger
2026-05-02 00:54:53 +01:00
parent b732f58285
commit ea869266c6

View File

@@ -1,7 +1,7 @@
import fs from "node:fs";
import os from "node:os";
import path from "node:path";
import { afterEach, describe, expect, it, vi } from "vitest";
import { afterEach, describe, expect, it } from "vitest";
import type { OpenClawConfig } from "../config/config.js";
import {
hasMeaningfulChannelConfig,