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

chore(test): fix client tests in older IE versions #3547

Merged
merged 1 commit into from
Aug 31, 2020

Commits on Aug 28, 2020

  1. chore(test): fix client tests in older IE versions

    By locking sinon to the older version. The problem was that new version of sinon brought newer versions of several dependencies, which use ES2016 Map, which is not available in the older IE versions. The solution is fragile as we can't reliably lock transitive dependencies, but should do for now to make master green.
    
    As a proper solution we should consider cutting a new major release, where we would drop support for ancient browsers and more clearly document which browsers karma aims to support.
    devoto13 committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    358fc24 View commit details
    Browse the repository at this point in the history