From 70dbdc00a429fdd3aff0ca43b44b9b582b94134b Mon Sep 17 00:00:00 2001 From: Shahar Talmi Date: Sat, 14 Dec 2024 08:12:52 +0200 Subject: [PATCH] solved day 14 --- src/2024/day14.spec.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/2024/day14.spec.js b/src/2024/day14.spec.js index edcfde4d..94004d35 100644 --- a/src/2024/day14.spec.js +++ b/src/2024/day14.spec.js @@ -34,10 +34,6 @@ describe("day14 2024", () => { }); describe("part2", () => { - test("it should work for part 2 examples", () => { - // expect(part2(paste)).toEqual(paste); - }); - test("it should work for part 2 input", () => { expect(part2(input)).toEqual(7892); });