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:
@@ -34,5 +34,6 @@ export default {
|
||||
|
||||
const result = await findAvailableSlots(calendar1, calendar2, constraints);
|
||||
assert.deepStrictEqual(result, expected, 'Test Failed: Incorrect slots found.');
|
||||
return result;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user