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

Feature: sinonFakeServer#respondWith(method, urlMatcher, body) overload #172

Merged
merged 3 commits into from May 25, 2021

Commits on Dec 11, 2020

  1. New sinonFakeServer#respondWith(method, urlMatcherFunc, body) overloa…

    …d, where urlMatcherFunc(requestUrl) returns true/false for request matching.
    johnzhang06 committed Dec 11, 2020
    Copy the full SHA
    c6c179c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0558a90 View commit details
    Browse the repository at this point in the history
  3. Fix eslint errors

    johnzhang06 committed Dec 11, 2020
    Copy the full SHA
    fe9ad0b View commit details
    Browse the repository at this point in the history