Michael Caley
Michael Caley
This issue is still occurring
+1 still seeing sound issues in Hunter the reckoning
@kendrickw Thanks for the reply. IMO would be super helpful to include an explicit example on the docs
@makitocode your solution almost worked for me but I had to alter as following ``` expect(casper).toEqual( expect.objectContaining({ casperDescription: null }) || expect.objectContaining({ casperDescription: expect.any(String) }), ); ```