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,7 @@
import { beforeEach, describe, expect, it, vi } from "vitest";
import { resetInboundDedupe } from "../auto-reply/reply/inbound-dedupe.js";
import { monitorSlackProvider } from "./monitor.js";
const { monitorSlackProvider } = await import("./monitor.js");
const sendMock = vi.fn();
const replyMock = vi.fn();