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 0b5b7d9 commit 868a865Copy full SHA for 868a865
src/2024/day11.spec.js
@@ -15,10 +15,6 @@ describe("day11 2024", () => {
15
});
16
17
describe("part2", () => {
18
- test("it should work for part 2 examples", () => {
19
- // expect(part2(paste)).toEqual(paste);
20
- });
21
-
22
test("it should work for part 2 input", () => {
23
expect(part2(input)).toEqual(234430066982597);
24
0 commit comments