UNPKG

siesta-lite

Version:

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

15 lines (12 loc) 310 B
StartTest(function(t) { t.chain( { waitFor : 'CQ', args : 'loginview', desc : 'Should find login view on app start' }, function(next) { t.ok(t.cq1('#logInButton'), 'Should find a login button'); } ); });