UNPKG

siesta-lite

Version:

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

14 lines (12 loc) 292 B
StartTest(function (t) { var Harness = t.getHarness( { viewDOM : false, transparentEx : false }, [ 'testfiles/603_test_statuses.t.js' ] ); t.chain( { waitFor : 'HarnessReady' }, function (next) { t.runFirstTest(); } ); });