Cypress - Assertions
You want to assert that an array
items contains exactly 3 elements and includes the string "book". Which of the following is the correct way to write this using expect()?