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 % always 0 in HTML reporter #2299

Merged
merged 2 commits into from Jun 26, 2016
Merged

Fix % always 0 in HTML reporter #2299

merged 2 commits into from Jun 26, 2016

Commits on Jun 8, 2016

  1. Fix % always 0 in HTML reporter

    updateStats() accesses this.total, but this === the global object (window) if not specified explicitly.
    Also added a missing update when all tests end.
    AviVahl committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    966ab86 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2016

  1. 4 Configuration menu
    Copy the full SHA
    85ffb51 View commit details
    Browse the repository at this point in the history