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 nums = [10, 9, 2, 5, 3, 7, 101, 18, 4, 6];
|
||||
const length = await findLISLength(nums);
|
||||
assert.strictEqual(length, 4, "Test Failed: LIS length should be 4.");
|
||||
return length;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user