Ghost/core/test/unit/lib
Katharina Irrgang fb044e6d88
Bumped sinon from 4.4.6 to 7.3.2 (#10400)
refs #9389

- https://github.com/sinonjs/sinon/blob/master/CHANGELOG.md

Breaking changes for Ghost:

- no need to create a sandbox anymore, each file get's it's own sandbox
- just require sinon and use this sandbox
- you can still create separate sandboxes with .createSandbox
- reset single stubs: use .resetHistory instead of .reset

This is a global replace for any sandbox creation.

---

From https://sinonjs.org/releases/v7.2.3/sandbox/

> Default sandbox
> Since sinon@5.0.0, the sinon object is a default sandbox. Unless you have a very advanced setup or need a special configuration, you probably want to just use that one.
2019-01-21 17:53:44 +01:00
..
common Removed old jshint/jscs rules 2018-06-02 21:48:23 +02:00
fs Updated docs links to best equivalents (#10386) 2019-01-17 06:57:37 +00:00
image Bumped sinon from 4.4.6 to 7.3.2 (#10400) 2019-01-21 17:53:44 +01:00
mobiledoc Fixed mobiledoc-converter test 2018-08-31 12:03:08 +01:00
promise Bumped sinon from 4.4.6 to 7.3.2 (#10400) 2019-01-21 17:53:44 +01:00
security Removed old jshint/jscs rules 2018-06-02 21:48:23 +02:00
social Moved social utility to lib/social 2017-12-14 22:34:05 +01:00
ghost-version_spec.js Removed old jshint/jscs rules 2018-06-02 21:48:23 +02:00
request_spec.js Refactored request unit tests to return promises (#10045) 2018-10-24 12:14:44 +07:00