test: narrow slack inbound contract imports · openclaw/openclaw@608c08f
steipete
·
2026-04-24
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
|
1 | | -import { |
2 | | -createTempHomeEnv, |
3 | | -expectChannelInboundContextContract, |
4 | | -type OpenClawConfig, |
5 | | -} from "openclaw/plugin-sdk/testing"; |
| 1 | +import { expectChannelInboundContextContract } from "openclaw/plugin-sdk/channel-contract-testing"; |
| 2 | +import type { OpenClawConfig } from "openclaw/plugin-sdk/config-runtime"; |
6 | 3 | import { describe, expect, it } from "vitest"; |
| 4 | +import { createTempHomeEnv } from "../../../test/helpers/plugins/temp-home.js"; |
7 | 5 | import { |
8 | 6 | createInboundSlackTestContext, |
9 | 7 | prepareSlackMessage, |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。