Tests #631
tests.yaml
on: schedule
Tests
1m 0s
cloudflare-workers-local
0s
nodejs-local
0s
nextjs-vercel-ai-sdk
0s
cloudflare-workers-deployed
0s
nextjs-chat-to-website-deployed
0s
nextjs-vercel-ai-sdk-deployed
0s
Annotations
4 errors
error: expect(received).toBe(expected):
src/rag-chat.test.ts#L953
Expected: 2
Received: 0
at <anonymous> (/home/runner/work/rag-chat/rag-chat/src/rag-chat.test.ts:953:28)
|
error: expect(received).not.toHaveBeenCalled():
src/rag-chat.test.ts#L965
Expected number of calls: 0
Received number of calls: 1
at <anonymous> (/home/runner/work/rag-chat/rag-chat/src/rag-chat.test.ts:965:32)
|
error: expect(received).toHaveBeenCalled():
src/rag-chat.test.ts#L976
Expected number of calls: >= 1
Received number of calls: 0
at <anonymous> (/home/runner/work/rag-chat/rag-chat/src/rag-chat.test.ts:976:28)
|
Tests
Process completed with exit code 1.
|