UNPKG

grunt-mocha-blanket

Version:

Headless Blanket.js code coverage and Mocha testing via PhantomJS

15 lines (11 loc) 279 B
define([ "src/math/subtraction" ], function( Math ){ describe("Subtraction test", function() { it("should subtract five from positive numbers", function() { expect(Math.subtractFive(8)).to.equal(3); }); }); });