mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 15:54:58 +00:00
style: run oxfmt and fix gate failures
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { beforeAll, describe, expect, it, vi } from "vitest";
|
||||
import type { WebInboundMessage } from "./inbound.js";
|
||||
import { escapeRegExp, formatEnvelopeTimestamp } from "../../test/helpers/envelope-timestamp.js";
|
||||
import {
|
||||
installWebAutoReplyTestHomeHooks,
|
||||
@@ -6,7 +7,6 @@ import {
|
||||
makeSessionStore,
|
||||
setLoadConfigMock,
|
||||
} from "./auto-reply.test-harness.js";
|
||||
import type { WebInboundMessage } from "./inbound.js";
|
||||
|
||||
installWebAutoReplyTestHomeHooks();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user