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(time): report correct time since Jasmine v2.9.0 #197

Merged
merged 3 commits into from Mar 28, 2018

Commits on Mar 9, 2018

  1. fix(time): report correct time since Jasmine v2.9.0

    Time reporting broke since jasmine-core v2.9 because the reporter API
    now receives copies of spec results instead of the real deal.
    We cannot rely on the same object being passed around.
    nicojs committed Mar 9, 2018
    Copy the full SHA
    3713801 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2018

  1. Copy the full SHA
    8d2a914 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2018

  1. Copy the full SHA
    a0b3ec8 View commit details
    Browse the repository at this point in the history