Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix sinon deprecation warning (badges#1737)
`sandbox.create()` is deprecated. Use default sandbox at `sinon.sandbox` or create new sandboxes with `sinon.createSandbox()`
- Loading branch information