UNPKG

loca

Version:

WebKit reporter for Mocha

18 lines (12 loc) 279 B
tests.two = function () { describe('two', function () { it('do something clever', function (done) { win.location.href = 'http://code/js'; page.load(function () { $('h1').text().should.equal('Index of /js'); console.log($('body')); done(); }); }); }); }