mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-16 23:01:56 +00:00
fix(coding-agent): update test expectation for extension loader error message
This commit is contained in:
parent
f97dcbf92f
commit
b1f32b9c8d
1 changed files with 1 additions and 1 deletions
|
|
@ -366,7 +366,7 @@ describe("extensions discovery", () => {
|
|||
const result = await discoverAndLoadExtensions([], tempDir, tempDir);
|
||||
|
||||
expect(result.errors).toHaveLength(1);
|
||||
expect(result.errors[0].error).toContain("must export a default function");
|
||||
expect(result.errors[0].error).toContain("does not export a valid factory function");
|
||||
expect(result.extensions).toHaveLength(0);
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue