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

Upgrade lodash (and support async functions) #285

Merged
merged 1 commit into from
Sep 7, 2017

Conversation

rosston
Copy link
Member

@rosston rosston commented Sep 7, 2017

lodash@4.17.0 added support for async functions to _.isFunction, which allows testdouble.js to properly detect (mockable) functions on objects.

I believe this should fix #284.

lodash@4.17.0 added support for async functions to `_.isFunction`, which allows
testdouble.js to properly detect (mockable) functions on objects.
@searls searls merged commit 4f2b618 into testdouble:master Sep 7, 2017
@searls
Copy link
Member

searls commented Sep 7, 2017

landed in 3.2.5

@rosston rosston deleted the support-async-functions branch February 15, 2018 14:38
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.

Missing support for async functions? (Node 8)
2 participants