We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0783090 commit 608c08fCopy full SHA for 608c08f
1 file changed
extensions/slack/src/inbound-context.contract.test.ts
@@ -1,9 +1,7 @@
1
-import {
2
- createTempHomeEnv,
3
- expectChannelInboundContextContract,
4
- type OpenClawConfig,
5
-} from "openclaw/plugin-sdk/testing";
+import { expectChannelInboundContextContract } from "openclaw/plugin-sdk/channel-contract-testing";
+import type { OpenClawConfig } from "openclaw/plugin-sdk/config-runtime";
6
import { describe, expect, it } from "vitest";
+import { createTempHomeEnv } from "../../../test/helpers/plugins/temp-home.js";
7
import {
8
createInboundSlackTestContext,
9
prepareSlackMessage,
0 commit comments