-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Test shimmed bind + normal bind #1711
base: master
Are you sure you want to change the base?
Conversation
Can you reset it to its original value afterward? Also, I'm not sure how I feel about a test being run conditionally based on the environment. |
It's part of the test suite, do you really think its necessary to reset it afterwards? |
I know it's not necessary to reset it, but I think it's best to try to make the tests as independent as possible. |
package.json
Outdated
@@ -18,7 +18,7 @@ | |||
"version": "1.6.0", | |||
"devDependencies": { | |||
"docco": "0.6.x", | |||
"phantomjs": "1.9.7-1", | |||
"phantomjs": "1.9.7-11", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did phantomjs finally get Function#bind
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
doesn't look like it I probably should revert that change
@megawac rebase? |
Only meaningful if #2845 gets merged. |
Just some coverage of the shimmed bind