UNPKG

siesta-lite

Version:

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

13 lines (10 loc) 321 B
StartTest(function (t) { t.it('should always visit last point in the mousemove path', function (t) { t.chain( { moveCursorTo : [657, 123] }, function () { t.isDeeply(t.currentPosition, [657, 123], 'Moved cursor to correct point'); } ) }); });