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

Added optional support for setting global hooks in the browser during setup #111

Closed
wants to merge 3 commits into from

Commits on Dec 2, 2011

  1. Added support for setting global hooks in the browser during setup

      mocha.setup('bdd', {
        fail: function(test) { console.log(test); },
        end: function(status) { console.log(status); }
      });
      mocha.run();
    
    Useful for custom actions on success/failure/completion such as
    sending status to the server
    garth committed Dec 2, 2011
    Configuration menu
    Copy the full SHA
    70cf39d View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2011

  1. Configuration menu
    Copy the full SHA
    90b3213 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2011

  1. Merge remote-tracking branch 'visionmedia/master'

    Conflicts:
    	support/tail.js
    garth committed Dec 12, 2011
    Configuration menu
    Copy the full SHA
    f34ff6b View commit details
    Browse the repository at this point in the history