fix nonexistant suite

This commit is contained in:
geoffsee
2025-06-25 13:58:41 -04:00
committed by Geoff Seemueller
parent 068d8614e0
commit 48bedb8c74

View File

@@ -223,8 +223,8 @@ describe('ChatService', () => {
});
});
describe('handleChatRequest', () => {
// TODO: Fix this test
// TODO: Fix this test suite
// describe('handleChatRequest', () => {
// it('should call ChatSdk.handleChatRequest with correct parameters', async () => {
// const mockRequest = new Request('https://example.com/chat');
// const mockResponse = new Response('Test response');
@@ -241,7 +241,7 @@ describe('ChatService', () => {
//
// expect(result).toBe(mockResponse);
// });
});
// });
describe('handleSseStream', () => {
it('should return 409 if stream is already active', async () => {