We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ca4867 commit 7d6210cCopy full SHA for 7d6210c
src/server/title.test.ts
@@ -76,7 +76,7 @@ describe('Title field backwards compatibility', () => {
76
expect(prompts.prompts[0].name).toBe('test-prompt');
77
expect(prompts.prompts[0].title).toBe('Test Prompt Display Name');
78
expect(prompts.prompts[0].description).toBe('A test prompt');
79
- }, 15_000);
+ });
80
81
it('should work with prompts using registerPrompt', async () => {
82
const [clientTransport, serverTransport] = InMemoryTransport.createLinkedPair();
0 commit comments