gh-pages/test/helper.js
2014-05-30 06:36:26 -06:00

12 lines
213 B
JavaScript

var chai = require('chai');
/** @type {boolean} */
chai.config.includeStack = true;
/**
* Chai's assert function configured to include stacks on failure.
* @type {function}
*/
exports.assert = chai.assert;