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

[Docs] Update fake-server usage & descriptions #2365

Merged
merged 2 commits into from May 25, 2021

Commits on May 2, 2021

  1. [Docs] Update fake-server usage & descriptions

    With the update to support es6 modules, the organization of `nise` module inside of sinon namespace changed.  `createFakeServer()` no longer exists but rather `fakeServer` is a property of an imported/required module `sinon` with a singular `create()` method.
    
    This is updated on the main page of https://sinonjs.org but not in the detailed API page here.  
    
    Added additional clarity and important information for usage of parameters.  Removed duplication of property descriptions to increase readability.
    codejedi365 committed May 2, 2021
    Copy the full SHA
    fb0199a View commit details
    Browse the repository at this point in the history

Commits on May 3, 2021

  1. Copy the full SHA
    d648886 View commit details
    Browse the repository at this point in the history