mirror of
https://github.com/multipleof4/lynchmark.git
synced 2026-01-13 16:17:54 +00:00
Feat: Return test result for output recording
This commit is contained in:
@@ -12,5 +12,6 @@ export default {
|
||||
const matrix = [[1, 2, 3], [4, 5, 6], [7, 8, 9]];
|
||||
const det = await calculateDeterminant(matrix);
|
||||
assert.strictEqual(det, 0, "Test Failed: Determinant should be 0.");
|
||||
return det;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user