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 detect function name property in issue 950 #1436

Merged
merged 1 commit into from
May 29, 2017

Conversation

mantoni
Copy link
Member

@mantoni mantoni commented May 29, 2017

Purpose (TL;DR) - mandatory

Fix the sauce labs build on master

Background (Problem in detail) - optional

IE 11 does not support the name property on functions.

Solution - optional

The test case for issue #950 is only executed if the name property is supported.

How to verify - mandatory

  1. Check out this branch (see github instructions below)
  2. npm install
  3. npm run test-cloud

IE 11 does not support the name property on functions. With this change
the test case for issue 950 is only executed if the name property is
supported.
@mantoni mantoni requested a review from mroderick May 29, 2017 17:27
@mantoni
Copy link
Member Author

mantoni commented May 29, 2017

Check the non-whitespace diff: https://github.com/sinonjs/sinon/pull/1436/files?w=1

@coveralls
Copy link

coveralls commented May 29, 2017

Coverage Status

Coverage remained the same at 94.957% when pulling 65d3d7b on feature-detect-name-property into e0c75bd on master.

@mroderick
Copy link
Member

👍

@mroderick mroderick merged commit 9e3eac3 into master May 29, 2017
@mroderick mroderick deleted the feature-detect-name-property branch May 29, 2017 17:45
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.

3 participants