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 4edc8db commit 4d91efbCopy full SHA for 4d91efb
src/2025/day04.test.js
@@ -4,7 +4,7 @@ import readInput from "../utils/read-input.js";
4
5
let input = readInput(import.meta.url);
6
7
-describe.only("day04 2025", () => {
+describe("day04 2025", () => {
8
describe("part1", () => {
9
test("it should work for part 1 examples", () => {
10
expect(
0 commit comments