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

Fix compatibility with Sinon 3 #78

Merged
merged 3 commits into from
Aug 8, 2017

Commits on Aug 7, 2017

  1. Remove check for deprecated method

    With release 1.0.0 we removed all uses of sinon.getConfig
    so it no longer makes sense to check for this method.
    
    This closes sinonjs#77
    fatso83 committed Aug 7, 2017
    Configuration menu
    Copy the full SHA
    387a6c6 View commit details
    Browse the repository at this point in the history
  2. Run tests against Sinon 3

    The test config now uses the new config object that arrived
    with Sinon 3.
    
    See http://sinonjs.org/releases/v3.0.0/fake-timers/
    fatso83 committed Aug 7, 2017
    Configuration menu
    Copy the full SHA
    969a3a6 View commit details
    Browse the repository at this point in the history
  3. Use factory methods from Sinon 3.1+

    Start using the factory method API available from
    Sinon 3.1, while keeping backwards compatibility.
    fatso83 committed Aug 7, 2017
    Configuration menu
    Copy the full SHA
    fb0a398 View commit details
    Browse the repository at this point in the history