UNPKG

wp-quickstart-caller-example

Version:
11 lines (7 loc) 213 B
import {MathTwo} from "../lib/MathTwo"; describe("MathTwo", function() { it("MathTwo#add", function() { const mx = new MathTwo(); expect(mx.addTwice(1, 2)).toEqual(6); }); });