UNPKG

siesta-lite

Version:

Stress-free JavaScript unit testing and functional testing tool, works in NodeJS and browsers

14 lines (10 loc) 242 B
StartTest(function(t) { t.expectGlobal('foo'); var button = new Ext.Button({ text : 'foo', width : 100, renderTo : Ext.getBody() }); t.willFireNTimes(button, 'click', 1); t.click(button); });