Ghost/core/test/functional/api/v0.1
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
..
authentication_spec.js Refactored expected API properties 2019-01-03 16:38:52 +01:00
configuration_spec.js 💡 Disabled v0.1 Public API by default (#10372) 2019-01-15 11:09:34 +01:00
db_spec.js Bumped sinon from 4.4.6 to 7.3.2 (#10400) 2019-01-21 17:53:44 +01:00
error_spec.js Optimised test folder structure (#9958) 2018-10-07 16:36:02 +02:00
invites_spec.js Bumped sinon from 4.4.6 to 7.3.2 (#10400) 2019-01-21 17:53:44 +01:00
notifications_spec.js Refactored expected API properties 2019-01-03 16:38:52 +01:00
oembed_spec.js Optimised test folder structure (#9958) 2018-10-07 16:36:02 +02:00
posts_spec.js Refactored expected API properties 2019-01-03 16:38:52 +01:00
public_api_spec.js 💡 Disabled v0.1 Public API by default (#10372) 2019-01-15 11:09:34 +01:00
redirects_spec.js Migrated redirects controller to API v2 (#10053) 2019-01-07 11:32:53 +00:00
roles_spec.js Refactored expected API properties 2019-01-03 16:38:52 +01:00
schedules_spec.js Bumped sinon from 4.4.6 to 7.3.2 (#10400) 2019-01-21 17:53:44 +01:00
settings_spec.js Refactored expected API properties 2019-01-03 16:38:52 +01:00
slugs_spec.js Refactored expected API properties 2019-01-03 16:38:52 +01:00
spam_prevention_spec.js Fixed broken spam prevention test (#10281) 2018-12-13 18:44:32 +07:00
subscribers_spec.js Bumped sinon from 4.4.6 to 7.3.2 (#10400) 2019-01-21 17:53:44 +01:00
tags_spec.js Refactored expected API properties 2019-01-03 16:38:52 +01:00
themes_spec.js Refactored expected API properties 2019-01-03 16:38:52 +01:00
upload_icon_spec.js Optimised test folder structure (#9958) 2018-10-07 16:36:02 +02:00
upload_spec.js Optimised test folder structure (#9958) 2018-10-07 16:36:02 +02:00
users_spec.js Refactored expected API properties 2019-01-03 16:38:52 +01:00
utils.js Refactored expected API properties 2019-01-03 16:38:52 +01:00
webhooks_spec.js Refactored expected API properties 2019-01-03 16:38:52 +01:00