Skip to content

Commit c14feda

Browse files
committed
finished 2025
1 parent b5b8623 commit c14feda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/2025/day12.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import readInput from "../utils/read-input.js";
44

55
let input = readInput(import.meta.url);
66

7-
describe.only("day12 2025", () => {
7+
describe("day12 2025", () => {
88
describe("part1", () => {
99
test("it should work for part 1 examples", () => {
1010
expect(

0 commit comments

Comments
 (0)