We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecde6fd commit 70dbdc0Copy full SHA for 70dbdc0
src/2024/day14.spec.js
@@ -34,10 +34,6 @@ describe("day14 2024", () => {
34
});
35
36
describe("part2", () => {
37
- test("it should work for part 2 examples", () => {
38
- // expect(part2(paste)).toEqual(paste);
39
- });
40
-
41
test("it should work for part 2 input", () => {
42
expect(part2(input)).toEqual(7892);
43
0 commit comments