Get help with testing, discuss unit testing strategies etc.


Post by rchloupe »

Could you modify
if (!obj.action) throw "Need to include `action` property or shortcut property in the step config"
to
if (!obj.action) throw "Need to include `action` property or shortcut property in the step config: " + Ext.Object.getKeys(obj)

Or something to that extent, it makes it easier to find what I've typo'd.

Thanks

Post by nickolay »


Post Reply