chore(tests): organize web test imports

This commit is contained in:
Peter Steinberger
2025-11-26 01:24:34 +01:00
parent e0b28b6718
commit b029ab933e
5 changed files with 15 additions and 15 deletions

View File

@@ -1,12 +1,12 @@
import { afterEach, beforeEach, describe, expect, it, vi } from "vitest";
import { resetLogger, setLoggerOverride } from "../logging.js";
import { sendMessageWeb } from "./outbound.js";
import {
getLastSocket,
resetBaileysMocks,
resetLoadConfigMock,
} from "./test-helpers.js";
import { resetLogger, setLoggerOverride } from "../logging.js";
import { sendMessageWeb } from "./outbound.js";
describe("web outbound", () => {
beforeEach(() => {