mocha.ui('bdd');

// other flavours of mocha interfaces // mocha.ui('tdd'); // mocha.ui('exports'); // -> visionmedia.github.io/mocha/

var assert = chai.assert;

// use another chai syntax wrapper // chai expect syntax: // var expect = chai.expect; // -> chaijs.com/