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

Handle Jasmine 3.3 #224

Merged
merged 1 commit into from Nov 7, 2018

Commits on Nov 6, 2018

  1. feat (adapter): Use jasmine's new configure method

    Pass `client.jasmine` object directly to `jasmine.configure` method.
    See: https://jasmine.github.io/api/3.3/Env.html
    
    Closes: karma-runner#221
    
    BREAKING CHANGE:
    
    `stopOnFailure`, which was previously documented in karma-jasmine's README, is
    not configuration option for jasmine. Use `oneFailurePerSpec` instead.
    
    Requires peerDependency Jasmine@^3.3.0
    Lalem001 committed Nov 6, 2018
    Copy the full SHA
    fe5683c View commit details
    Browse the repository at this point in the history