UNPKG

warriorjs-ja

Version:

Game written in JavaScript for learning JavaScript and artificial intelligence

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;