Skip to content

Commit 4d91efb

Browse files
committed
solved day 4
1 parent 4edc8db commit 4d91efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/2025/day04.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("day04 2025", () => {
7+
describe("day04 2025", () => {
88
describe("part1", () => {
99
test("it should work for part 1 examples", () => {
1010
expect(

0 commit comments

Comments
 (0)