fix(chat): change message ordering to ascending by sentAt #181
Annotations
2 errors
tests/integration/chat.test.ts > Chat Module > Message Pagination > should paginate messages correctly:
tests/integration/chat.test.ts#L263
AssertionError: expected 9 to be 10 // Object.is equality
- Expected
+ Received
- 10
+ 9
❯ tests/integration/chat.test.ts:263:43
|
build (22.x)
Process completed with exit code 1.
|