mirror of
https://github.com/openclaw/openclaw.git
synced 2026-02-15 14:49:29 +00:00
test(auto-reply): move inbound provider contract test into unit suite
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { describe, it } from "vitest";
|
||||
import type { MsgContext } from "../src/auto-reply/templating.js";
|
||||
import { finalizeInboundContext } from "../src/auto-reply/reply/inbound-context.js";
|
||||
import { expectInboundContextContract } from "./helpers/inbound-contract.js";
|
||||
import type { MsgContext } from "../templating.js";
|
||||
import { expectInboundContextContract } from "../../../test/helpers/inbound-contract.js";
|
||||
import { finalizeInboundContext } from "./inbound-context.js";
|
||||
|
||||
describe("inbound context contract (providers + extensions)", () => {
|
||||
const cases: Array<{ name: string; ctx: MsgContext }> = [
|
||||
Reference in New Issue
Block a user