fix(ci): stabilize auto-reply CI tests

This commit is contained in:
Peter Steinberger
2026-04-11 04:09:01 +01:00
parent 44e5b62c27
commit d515009c53
13 changed files with 71 additions and 82 deletions

View File

@@ -407,9 +407,7 @@ describe("DiscordVoiceManager", () => {
await manager.join({ guildId: "g1", channelId: "1001" });
const entry = (manager as unknown as { sessions: Map<string, unknown> }).sessions.get(
"g1",
) as
const entry = (manager as unknown as { sessions: Map<string, unknown> }).sessions.get("g1") as
| {
guildId: string;
channelId: string;

View File

@@ -1,7 +1,4 @@
export function resolveMemorySearchPreflight(params: {
query: string;
hasIndexedContent: boolean;
}):
export function resolveMemorySearchPreflight(params: { query: string; hasIndexedContent: boolean }):
| {
normalizedQuery: string;
shouldInitializeProvider: boolean;

View File

@@ -4,9 +4,9 @@
"description": "OpenClaw Microsoft Teams channel plugin",
"type": "module",
"dependencies": {
"@sinclair/typebox": "0.34.49",
"@microsoft/teams.api": "2.0.7",
"@microsoft/teams.apps": "2.0.7",
"@sinclair/typebox": "0.34.49",
"express": "^5.2.1",
"jsonwebtoken": "^9.0.3",
"jwks-rsa": "^4.0.1"