mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 17:05:15 +00:00
test: narrow slack inbound contract imports
This commit is contained in:
parent
0783090da0
commit
608c08fc54
1 changed files with 3 additions and 5 deletions
|
|
@ -1,9 +1,7 @@
|
|||
import {
|
||||
createTempHomeEnv,
|
||||
expectChannelInboundContextContract,
|
||||
type OpenClawConfig,
|
||||
} from "openclaw/plugin-sdk/testing";
|
||||
import { expectChannelInboundContextContract } from "openclaw/plugin-sdk/channel-contract-testing";
|
||||
import type { OpenClawConfig } from "openclaw/plugin-sdk/config-runtime";
|
||||
import { describe, expect, it } from "vitest";
|
||||
import { createTempHomeEnv } from "../../../test/helpers/plugins/temp-home.js";
|
||||
import {
|
||||
createInboundSlackTestContext,
|
||||
prepareSlackMessage,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue