UNPKG

siesta-lite

Version:

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

11 lines (8 loc) 221 B
describe('Recorder monkey tests', function (t) { rec = new Siesta.Recorder.ExtJS({ window : t.global, ignoreSynthetic : false }) rec.start(); t.monkeyTest(document.body, 20); })