UNPKG

loca

Version:

WebKit reporter for Mocha

13 lines (8 loc) 191 B
tests.one = function () { describe('one', function () { it('do something clever', function (done) { $('#logo a').attr('href').should.equal('http://wallbase.cc/'); done(); }); }); }