UNPKG

botium-core

Version:
6 lines (5 loc) 188 B
module.exports = class DummyAsserter { assertConvoStep ({ botMsg }) { return (botMsg.messageText === 'Hello' ? Promise.resolve() : Promise.reject(new Error('expected Hello'))) } }