UNPKG

siesta-lite

Version:

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

11 lines (9 loc) 267 B
StartTest(function (t) { t.expectGlobal('TestApp', '$jscomp', 'Symbol', 'Reflect') t.chain( { waitFor : 'ComponentQuery', args : 'app-main' }, function (next) { t.monkeyTest(document.body, 10, null, t.done, t); } ) })