parent
c20514bfa0
commit
14a761cef4
@ -0,0 +1,6 @@
|
||||
describe("multiplication", function () {
|
||||
it("should multiply 2 and 3", function () {
|
||||
var product = 6;
|
||||
expect(product).toBe(6);
|
||||
});
|
||||
});
|
||||
Loading…
Reference in new issue