chore: update test

This commit is contained in:
Jack Wotherspoon
2026-03-30 07:42:55 -04:00
parent f66fec3682
commit 70b9e18a71
@@ -92,6 +92,7 @@ describe('mcp-client', () => {
let testWorkspace: string;
beforeEach(() => {
activeChannels.clear();
MOCK_CONTEXT = {
sanitizationConfig: EMPTY_CONFIG,
emitMcpDiagnostic: vi.fn(),
@@ -108,6 +109,7 @@ describe('mcp-client', () => {
});
afterEach(() => {
activeChannels.clear();
vi.restoreAllMocks();
vi.useRealTimers();
});