Skip to content

Commit ff2e152

Browse files
committed
Adding the title for the unit tests
1 parent 0692117 commit ff2e152

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

tests/unit/jacobiMethod.test.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313

1414
import { jacobiMethod } from "../../src/methods/jacobiSolver.js";
1515

16+
console.log("");
17+
console.log("================================");
18+
console.log("Unit tests: jacobiMethod");
19+
console.log("================================");
20+
1621
let passed = 0;
1722
let failed = 0;
1823

0 commit comments

Comments
 (0)