mocha.ui('bdd'); // other flavours of mocha interfaces // mocha.ui('tdd'); // mocha.ui('exports'); // -> http://visionmedia.github.io/mocha/ var assert = chai.assert; // use another chai syntax wrapper // chai expect syntax: // var expect = chai.expect; // -> http://chaijs.com/