I can’t do it, I get 2 error messages.
It seems toEqual is the one that gives the error.
The errors:
1: expect(movies.length).toEqual(2)
^
2: expect(movies.length).toEqual(1468)
^
Can someone tell me what to do to complete the test properly.
Thanks in advance