blob: 685524bc7639f43e9dedbfa1a5f27c04a53ea789 [file] [log] [blame]
var should;
(function(window) {
window.should = window.chai.should();
window.expect = window.chai.expect;
window.assert = window.chai.assert;
})(window);