reafactor(cinemas): temp #496
Annotations
2 errors
tests/cinema.helper.test.ts > Cinema films by date > getFilms:
tests/cinema.helper.test.ts#L692
AssertionError: expected [] to deeply equal { city: 'Praha', name: 'Bio Oko' }
- Expected:
Object {
"city": "Praha",
"name": "Bio Oko",
}
+ Received:
Array []
❯ tests/cinema.helper.test.ts:692:40
|
build
Process completed with exit code 1.
|