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

use lodash find() instead of Array.prototype.find #1533

Merged

Commits on Aug 4, 2015

  1. fix(file-list): use lodash find()

    Use lodash find() instead of ES6 Array.prototype.find.
    ES6 find is not available on standard node installations
    (without the harmony flag)
    
    Closes karma-runner#1533
    Kevin WENNER committed Aug 4, 2015
    Configuration menu
    Copy the full SHA
    3bd15a7 View commit details
    Browse the repository at this point in the history