UNPKG

grunt-blanket-mocha-server

Version:

Easily serve mocha tests with (or without) blanket coverage. "Goes Great" with grunt-blanket-mocha.

6 lines (5 loc) 156 B
describe('testing a tester', function() { it('should be illegal', function() { expect(testingATester()).to.equal('it should not be legal'); }); });