Skip to content
Snippets Groups Projects
Commit 05784d7b authored by Dimitrios J. Vergados's avatar Dimitrios J. Vergados
Browse files

Added describe to test_15

parent 08605e20
Branches master
No related tags found
No related merge requests found
Pipeline #10865 failed
import multiplyNumeric from "../solution_15.js";
import assert from "assert";
describe("\n\nSolution_15", () => {
it("should return the correct object", () => {
let initial = {
width: 200,
......@@ -24,3 +25,4 @@ it("should return the correct object", () => {
assert.equal(dbl2.b, 2 * second.b);
assert.equal(dbl2.c, second.c);
});
});
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment