@compute.ts/math
Version:
Provide math operators for the computeTS package
1 lines • 375 B
JavaScript
;Object.defineProperty(exports,"__esModule",{value:!0});var chai_1=require("chai");require("mocha");var ComputeMathLibrary_1=require("../ComputeMathLibrary");describe("The the times operator",function(){it("Should be able to perform an evaluation of the times operator",function(){var e=ComputeMathLibrary_1.times([12,2]);chai_1.expect(e.eval()).to.equal(24)})});