mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-03 03:03:24 -04: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 { describe, it } from "vitest";
|
||||||
import type { MsgContext } from "../src/auto-reply/templating.js";
|
import type { MsgContext } from "../templating.js";
|
||||||
import { finalizeInboundContext } from "../src/auto-reply/reply/inbound-context.js";
|
import { expectInboundContextContract } from "../../../test/helpers/inbound-contract.js";
|
||||||
import { expectInboundContextContract } from "./helpers/inbound-contract.js";
|
import { finalizeInboundContext } from "./inbound-context.js";
|
||||||
|
|
||||||
describe("inbound context contract (providers + extensions)", () => {
|
describe("inbound context contract (providers + extensions)", () => {
|
||||||
const cases: Array<{ name: string; ctx: MsgContext }> = [
|
const cases: Array<{ name: string; ctx: MsgContext }> = [
|
||||||
Reference in New Issue
Block a user