mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-20 13:13:06 +00:00
fix: restore bundled plugin metadata generator
This commit is contained in:
@@ -64,7 +64,7 @@ describe("msteams setup surface", () => {
|
||||
|
||||
hasConfiguredMSTeamsCredentials.mockReturnValue(false);
|
||||
expect(
|
||||
msteamsSetupWizard.status.resolveStatusLines({
|
||||
msteamsSetupWizard.status.resolveStatusLines?.({
|
||||
cfg: { channels: { msteams: {} } },
|
||||
} as never),
|
||||
).toEqual(["MS Teams: needs app credentials"]);
|
||||
|
||||
Reference in New Issue
Block a user