Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert: Update sinon to version 2.1.0 #8262

Merged
merged 2 commits into from
Apr 4, 2017

Conversation

kirrg001
Copy link
Contributor

@kirrg001 kirrg001 commented Apr 4, 2017

no issue

  • https://greenkeeper.io/
  • revert because sinon has changed their API obviously and it shows lots of deprecation warnings right now (when running the tests)
  • sinon.stub(obj, meth, fn) is deprecated, instead the notation is sinon.stub(obj, meth). callsFake(fn)
  • as sinon is "just" a testing dependency, i wouldn't spend this time right now and add sinon to the ignore list

no issue

- https://greenkeeper.io/
- revert because sinon has changed their API obviously and it shows lots of depreaction warnings right now
- as sinon is "just" a testing dependency, i wouldn't spend this time right now and add sinon to the ignore list
@ErisDS ErisDS merged commit a42b233 into TryGhost:master Apr 4, 2017
@ErisDS ErisDS removed their assignment Jun 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants