0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/test/unit/helpers
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
..
test_tpl
asset_spec.js Bumped sinon from 4.4.6 to 7.3.2 (#10400) 2019-01-21 17:53:44 +01:00
author_spec.js Bumped sinon from 4.4.6 to 7.3.2 (#10400) 2019-01-21 17:53:44 +01:00
authors_spec.js Bumped sinon from 4.4.6 to 7.3.2 (#10400) 2019-01-21 17:53:44 +01:00
body_class_spec.js Removed old jshint/jscs rules 2018-06-02 21:48:23 +02:00
content_spec.js Removed old jshint/jscs rules 2018-06-02 21:48:23 +02:00
date_spec.js Removed old jshint/jscs rules 2018-06-02 21:48:23 +02:00
encode_spec.js Removed old jshint/jscs rules 2018-06-02 21:48:23 +02:00
excerpt_spec.js Removed old jshint/jscs rules 2018-06-02 21:48:23 +02:00
facebook_url_spec.js Removed old jshint/jscs rules 2018-06-02 21:48:23 +02:00
foreach_spec.js Bumped sinon from 4.4.6 to 7.3.2 (#10400) 2019-01-21 17:53:44 +01:00
get_spec.js Bumped sinon from 4.4.6 to 7.3.2 (#10400) 2019-01-21 17:53:44 +01:00
ghost_foot_spec.js Bumped sinon from 4.4.6 to 7.3.2 (#10400) 2019-01-21 17:53:44 +01:00
ghost_head_spec.js Bumped sinon from 4.4.6 to 7.3.2 (#10400) 2019-01-21 17:53:44 +01:00
has_spec.js Bumped sinon from 4.4.6 to 7.3.2 (#10400) 2019-01-21 17:53:44 +01:00
img_url_spec.js Bumped sinon from 4.4.6 to 7.3.2 (#10400) 2019-01-21 17:53:44 +01:00
index_spec.js 🎨 Added additional parameters to subscribe_form and input_email helpers (#9820) 2018-08-30 17:17:27 +01:00
is_spec.js Bumped sinon from 4.4.6 to 7.3.2 (#10400) 2019-01-21 17:53:44 +01:00
lang_spec.js 🔥 Drop Node v4 Support 2018-05-01 14:06:18 +02:00
meta_description_spec.js Bumped sinon from 4.4.6 to 7.3.2 (#10400) 2019-01-21 17:53:44 +01:00
meta_title_spec.js Bumped sinon from 4.4.6 to 7.3.2 (#10400) 2019-01-21 17:53:44 +01:00
navigation_spec.js 🎨 Added additional parameters to subscribe_form and input_email helpers (#9820) 2018-08-30 17:17:27 +01:00
next_post_spec.js Bumped sinon from 4.4.6 to 7.3.2 (#10400) 2019-01-21 17:53:44 +01:00
page_url_spec.js Removed old jshint/jscs rules 2018-06-02 21:48:23 +02:00
pagination_spec.js Updated docs links to best equivalents (#10386) 2019-01-17 06:57:37 +00:00
plural_spec.js Removed old jshint/jscs rules 2018-06-02 21:48:23 +02:00
post_class_spec.js Removed old jshint/jscs rules 2018-06-02 21:48:23 +02:00
prev_post_spec.js Bumped sinon from 4.4.6 to 7.3.2 (#10400) 2019-01-21 17:53:44 +01:00
reading_time_spec.js Changes for Koenig and Ghost 2.0 (#9750) 2018-08-16 12:13:24 +02:00
t_spec.js 🔥 Drop Node v4 Support 2018-05-01 14:06:18 +02:00
tags_spec.js Bumped sinon from 4.4.6 to 7.3.2 (#10400) 2019-01-21 17:53:44 +01:00
template_spec.js
title_spec.js Removed old jshint/jscs rules 2018-06-02 21:48:23 +02:00
twitter_url_spec.js Removed old jshint/jscs rules 2018-06-02 21:48:23 +02:00
url_spec.js Bumped sinon from 4.4.6 to 7.3.2 (#10400) 2019-01-21 17:53:44 +01:00
utils_spec.js Changes for Koenig and Ghost 2.0 (#9750) 2018-08-16 12:13:24 +02:00