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

Only log console messages if there's a spec in progress. #124

Closed
wants to merge 1 commit into from
Closed

Only log console messages if there's a spec in progress. #124

wants to merge 1 commit into from

Commits on Apr 10, 2013

  1. Only log console messages if there's a spec in progress.

    Frameworks that logged to the console during initialization
    (eg EmberJS) were causing an error because logs[-1] was
    undefined. For bonus points, Ember helpfully swallowed this
    error in development and carried on, meaning that all the
    tests would mysteriously fail instead...
    mathie committed Apr 10, 2013
    Configuration menu
    Copy the full SHA
    56ae393 View commit details
    Browse the repository at this point in the history