chore(format): fix test import order

This commit is contained in:
Sebastian
2026-02-16 22:17:53 -05:00
parent bfaa03981b
commit 68634468f5
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
import { describe, expect, it, vi } from "vitest";
import type { ChannelPlugin } from "../../channels/plugins/types.js";
import { listChannelPlugins } from "../../channels/plugins/index.js";
import type { ChannelPlugin } from "../../channels/plugins/types.js";
import { buildChannelsTable } from "./channels.js";
vi.mock("../../channels/plugins/index.js", () => ({