UNPKG

@compute.ts/math

Version:

Provide math operators for the computeTS package

1 lines 367 B
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var chai_1=require("chai");require("mocha");var ComputeMathLibrary_1=require("../ComputeMathLibrary");describe("The the gcd operator",function(){it("Should be able to perform an evaluation of the gcd operator",function(){var e=ComputeMathLibrary_1.gcd(16,12);chai_1.expect(e.eval()).to.equal(4)})});