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