mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 23:34:31 +00:00
fix: Failing tests due to import sorting.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import { beforeEach, describe, expect, it } from "vitest";
|
||||
import { resetInboundDedupe } from "../auto-reply/reply/inbound-dedupe.js";
|
||||
import { monitorSlackProvider } from "./monitor.js";
|
||||
import {
|
||||
defaultSlackTestConfig,
|
||||
flush,
|
||||
@@ -11,6 +10,8 @@ import {
|
||||
waitForSlackEvent,
|
||||
} from "./monitor.test-helpers.js";
|
||||
|
||||
const { monitorSlackProvider } = await import("./monitor.js");
|
||||
|
||||
const slackTestState = getSlackTestState();
|
||||
const { sendMock, replyMock } = slackTestState;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user