UNPKG

warriorjs-engine

Version:
14 lines (11 loc) 274 B
function chaiEpic(chai) { const Assertion = chai.Assertion; Assertion.addProperty('epic', function getter() { this.assert( this._obj.isEpic(), 'expected #{this} to be epic', 'expected #{this} to be normal' ); }); } export default chaiEpic;