chore: split context.ts into files (#284)
This commit is contained in:
parent
26779ceb20
commit
6e76d5e550
10 changed files with 344 additions and 289 deletions
|
|
@ -74,11 +74,6 @@ test('test vision tool list', async ({ visionClient }) => {
|
|||
]));
|
||||
});
|
||||
|
||||
test('test resources list', async ({ client }) => {
|
||||
const { resources } = await client.listResources();
|
||||
expect(resources).toEqual([]);
|
||||
});
|
||||
|
||||
test('test capabilities', async ({ startClient }) => {
|
||||
const client = await startClient({
|
||||
args: ['--caps="core"'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue