UNPKG

grunt-mocha-blanket

Version:

Headless Blanket.js code coverage and Mocha testing via PhantomJS

8 lines (5 loc) 172 B
describe("Subtraction test", function() { it("should subtract five from positive numbers", function() { expect(Math.subtractFive(8)).to.equal(3); }); });