chore(deps): update dependency sinon to v2.4.1
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
sinon (source) | devDependencies | minor | 2.1.0 -> 2.4.1 |
Release Notes
sinonjs/sinon (sinon)
v2.4.1
- stub#withArgs: set promiseLibrary correctly (#1497)
v2.4.0
- Allow anonymous mock functions to be named
v2.3.8
- Fix 1474: propagates promiseLibrary to new stub behaviors (#1484)
v2.3.7
- Fix #1476: spy.withArgs(args...).firstCall is broken
v2.3.6
- Fix #1274: spy.withArgs(args...).callCount is incorrect
v2.3.5
v2.3.4
v2.3.3
- Fix #1445: make stubbing of static function properties possible
v2.3.2
- Fix failing sandbox.resetBehavior() (#1428)
- Fix restoring getters/setters/values for previously unexisting props (#1419)
- Called in order takes callCount into account. Closes #1398.
v2.3.1
- Make calledAfter symmetric with calledBefore (#1407)
v2.3.0
- Allow stubbing of accessors with and without sandbox (#1416)
- add throwsArg(index) to stubs (#1319)
- Fix: forEach() requires 'this' argument (#1356)
- Only reset history when calling resetHistory()
v2.2.0
- Added
usingPromise
method to stub and sandbox. - Added support for React Native window location format Fixes #1362
- Fix error on call.toString() where stack has fewer than 4 lines.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.