We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5b8623 commit c14fedaCopy full SHA for c14feda
1 file changed
src/2025/day12.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("day12 2025", () => {
+describe("day12 2025", () => {
8
describe("part1", () => {
9
test("it should work for part 1 examples", () => {
10
expect(
0 commit comments