[ya-day1] update test cases 9 for problem B WIP

This commit is contained in:
2024-11-10 15:12:27 +03:00
parent cacbd45d87
commit adbb265d1b
2 changed files with 23 additions and 14 deletions
+3
View File
@@ -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");
});
});