Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 259 Bytes

File metadata and controls

12 lines (7 loc) · 259 Bytes

secondCall

secondCall

This property getter is used to return a spyCall assertion from a spy assertion where the spyCall is the secondCall to the spy:

expect(spy).secondCall.to...

The above is equivalent to:

expect(spy.secondCall).to...