v3.1.0 (November 08, 2020)
🎆 New features
- You can now opt-in to the new enforce-order mode by
Spy.configure({ enforceOrder: true });
spy.hasCallHistory()
without any arguments will always fail now and refers to use spy.wasNotCalled()
instead if the spy wasn't called.