fix(ci): repair extension test and msteams seams

This commit is contained in:
Vincent Koc
2026-04-06 23:16:53 +01:00
parent 7dd23a59db
commit cd09f41fe0
2 changed files with 2 additions and 2 deletions

View File

@@ -18,10 +18,10 @@ import {
import {
buildMSTeamsAttachmentPlaceholder,
buildMSTeamsMediaPayload,
isRecord,
type MSTeamsAttachmentLike,
summarizeMSTeamsHtmlAttachments,
} from "../attachments.js";
import { isRecord } from "../attachments/shared.js";
import type { StoredConversationReference } from "../conversation-store.js";
import { formatUnknownError } from "../errors.js";
import {

View File

@@ -3,8 +3,8 @@ import os from "node:os";
import path from "node:path";
import { getSessionBindingService } from "openclaw/plugin-sdk/conversation-runtime";
import { resolveStateDir } from "openclaw/plugin-sdk/state-paths";
import { loadBundledPluginTestApiSync } from "openclaw/plugin-sdk/testing";
import { afterEach, beforeEach, describe, expect, it, vi } from "vitest";
import { loadBundledPluginTestApiSync } from "../../../src/test-utils/bundled-plugin-public-surface.js";
import { importFreshModule } from "../../../test/helpers/import-fresh.js";
import {
__testing,