fix: Failing tests due to import sorting.

This commit is contained in:
cpojer
2026-02-01 10:41:31 +09:00
parent 96c9ffdedc
commit 58f4185925
13 changed files with 62 additions and 50 deletions

View File

@@ -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;