Skip to content

Commit 82914d0

Browse files
test: reenable temporarily disabled tests
1 parent 8ec8e80 commit 82914d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2021/day-09/basins.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const testData = `2199943210
88
8767896789
99
9899965678`
1010

11-
describe.only('--- Day 9: Smoke Basin ---', () => {
11+
describe('--- Day 9: Smoke Basin ---', () => {
1212
describe('Part 1', () => {
1313
describe('findLocalLows()', () => {
1414
it('finds the local low points in the terrain', () => {

0 commit comments

Comments
 (0)