test spec, must install jasmine-node globally

master
Matt Huntington 10 years ago
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…
Cancel
Save