mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 19:34:31 +00:00
chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { beforeEach, describe, expect, it } from "vitest";
|
||||
|
||||
import { resetInboundDedupe } from "../auto-reply/reply/inbound-dedupe.js";
|
||||
import { monitorSlackProvider } from "./monitor.js";
|
||||
import {
|
||||
defaultSlackTestConfig,
|
||||
flush,
|
||||
@@ -10,7 +10,6 @@ import {
|
||||
resetSlackTestState,
|
||||
waitForSlackEvent,
|
||||
} from "./monitor.test-helpers.js";
|
||||
import { monitorSlackProvider } from "./monitor.js";
|
||||
|
||||
const slackTestState = getSlackTestState();
|
||||
const { sendMock, replyMock } = slackTestState;
|
||||
|
||||
Reference in New Issue
Block a user