mirror of https://github.com/openclaw/openclaw.git
fix(ci): remove duplicate migrated test imports
This commit is contained in:
parent
ed297eb8b9
commit
745aa26420
|
|
@ -1,7 +1,6 @@
|
|||
import type { GetReplyOptions, MsgContext } from "openclaw/plugin-sdk/reply-runtime";
|
||||
import { withEnvAsync } from "openclaw/plugin-sdk/testing";
|
||||
import { afterAll, beforeAll, beforeEach, describe, expect, it, vi } from "vitest";
|
||||
import { withEnvAsync } from "../../../src/test-utils/env.js";
|
||||
import { escapeRegExp, formatEnvelopeTimestamp } from "../../../test/helpers/envelope-timestamp.js";
|
||||
const harness = await import("./bot.create-telegram-bot.test-harness.js");
|
||||
const EYES_EMOJI = "\u{1F440}";
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ import { getSessionBindingService } from "openclaw/plugin-sdk/conversation-runti
|
|||
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,
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ import type { OpenClawConfig } from "openclaw/plugin-sdk/config-runtime";
|
|||
import { setLoggerOverride } from "openclaw/plugin-sdk/runtime-env";
|
||||
import { withEnvAsync } from "openclaw/plugin-sdk/testing";
|
||||
import { beforeAll, describe, expect, it, vi } from "vitest";
|
||||
import { withEnvAsync } from "../../../src/test-utils/env.js";
|
||||
import { escapeRegExp, formatEnvelopeTimestamp } from "../../../test/helpers/envelope-timestamp.js";
|
||||
import {
|
||||
createWebInboundDeliverySpies,
|
||||
|
|
|
|||
Loading…
Reference in New Issue