Skip to content

Commit 608c08f

Browse files
committed
test: narrow slack inbound contract imports
1 parent 0783090 commit 608c08f

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

extensions/slack/src/inbound-context.contract.test.ts

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
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";
63
import { describe, expect, it } from "vitest";
4+
import { createTempHomeEnv } from "../../../test/helpers/plugins/temp-home.js";
75
import {
86
createInboundSlackTestContext,
97
prepareSlackMessage,

0 commit comments

Comments
 (0)