expect(state).toEqual( // 1 expect.arrayContaining([ // 2 expect.objectContaining({ // 3 type: 'END' // 4 }) ]) )