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

fix test/unit/hook.spec.js #4288

Merged
merged 2 commits into from May 14, 2020
Merged

fix test/unit/hook.spec.js #4288

merged 2 commits into from May 14, 2020

Commits on May 13, 2020

  1. fix test/unit/hook.spec.js

    `Function.prototype.name` is not available in IE11, and will cause the browser tests to fail.
    boneskull committed May 13, 2020
    Copy the full SHA
    5277a9f View commit details
    Browse the repository at this point in the history

Commits on May 14, 2020

  1. another IE11 fix: avoid Array.prototype.findIndex

    Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
    boneskull committed May 14, 2020
    Copy the full SHA
    885b525 View commit details
    Browse the repository at this point in the history