WIP check Github tests #1
Annotations
2 errors
test/dme.test.ts > DME tests > failing test > 'sys'> '42':
test/dme.test.ts#L123
AssertionError: expected [ { speaker: 'sys', …(1) }, …(2) ] to deeply equal [ { speaker: 'sys', …(1) }, …(2) ]
- Expected
+ Received
Array [
Object {
"message": "Hello! You can ask me anything!",
"speaker": "sys",
},
Object {
"message": "What is the meaning of life?",
"speaker": "usr",
},
Object {
- "message": "42",
+ "message": "",
"speaker": "sys",
},
]
❯ test/dme.test.ts:123:41
|
build
Process completed with exit code 1.
|