mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 18:00:54 +00:00
test(qa): add Slack live transport lane
This commit is contained in:
@@ -143,6 +143,10 @@ export const sharedVitestConfig = {
|
||||
find: "@openclaw/discord/api.js",
|
||||
replacement: path.join(repoRoot, "extensions", "discord", "api.ts"),
|
||||
},
|
||||
{
|
||||
find: "@openclaw/slack/api.js",
|
||||
replacement: path.join(repoRoot, "extensions", "slack", "api.ts"),
|
||||
},
|
||||
...sourcePluginSdkSubpaths.map((subpath) => ({
|
||||
find: `openclaw/plugin-sdk/${subpath}`,
|
||||
replacement: path.join(repoRoot, "src", "plugin-sdk", `${subpath}.ts`),
|
||||
|
||||
Reference in New Issue
Block a user