Skip to content

Commit

Permalink
solved day 14
Browse files Browse the repository at this point in the history
  • Loading branch information
shahata committed Dec 14, 2024
1 parent ecde6fd commit 70dbdc0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/2024/day14.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});
Expand Down

0 comments on commit 70dbdc0

Please sign in to comment.