[ya-day1] update test cases 9 for problem B WIP
This commit is contained in:
@@ -63,5 +63,8 @@ describe("tiShortChoser", () => {
|
||||
it("____ 1000, 1, 1, 1000 ", () => {
|
||||
expect(tiShortChoser(1000, 1, 1, 1000)).toEqual("1001 1");
|
||||
});
|
||||
it("1, 0, 1, 0 ", () => {
|
||||
expect(tiShortChoser(1, 0, 1, 0)).toEqual("1 1");
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user