mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-28 08:49:38 +02:00
Fix CI snapshot and docs checks
This commit is contained in:
parent
f99ca7fa30
commit
1ead1c9cc4
3 changed files with 1052 additions and 1048 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -201,7 +201,9 @@ describe('createKtxMcpServer', () => {
|
|||
const toolNames = result.tools.map((tool) => tool.name).sort();
|
||||
expect(toolNames).toEqual([...retainedToolNames].sort());
|
||||
|
||||
await expect(result.tools).toMatchFileSnapshot('__snapshots__/mcp-tools-list.json');
|
||||
await expect(`${JSON.stringify(result.tools, null, 2)}\n`).toMatchFileSnapshot(
|
||||
'__snapshots__/mcp-tools-list.json',
|
||||
);
|
||||
});
|
||||
|
||||
it('registers context tools without memory capture tools when memory capture is omitted', async () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue