style(test): format internal hooks startup regression test

This commit is contained in:
Rohit Amarnath 2026-02-18 21:16:15 -05:00
parent d67964d2d5
commit a9b378a0b1

View File

@ -2,8 +2,8 @@ import fs from "node:fs/promises";
import os from "node:os";
import path from "node:path";
import { afterEach, describe, expect, test, vi } from "vitest";
import type { OpenClawConfig } from "../config/config.js";
import { createDefaultDeps } from "../cli/deps.js";
import type { OpenClawConfig } from "../config/config.js";
import {
clearInternalHooks,
createInternalHookEvent,