Add comprehensive test suite with 70+ test files and CI/CD pipeline #2
test.yml
on: pull_request
Frontend Tests
12s
Backend Tests
13s
Annotations
2 errors
|
controller/__tests__/chat.controller.test.js > Chat Controller > fetchChats > should sort chats by latest message:
backend/controller/__tests__/chat.controller.test.js#L78
TypeError: actual value must be number or bigint, received "object"
❯ controller/__tests__/chat.controller.test.js:78:48
|
|
Frontend Tests
Process completed with exit code 1.
|