Skip to content

Commit

Permalink
Changes readme main
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsi15 committed Dec 12, 2024
1 parent e5179d8 commit 2962045
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ npm run test
| 5 | [Emparejando botas](https://adventjs.dev/es/challenges/2024/5) | 🟢 | [solución](/challenges-2024/challenge-05) |
| 6 | [¿Regalo dentro de la caja?](https://adventjs.dev/es/challenges/2024/6) | 🟠 | [solución](/challenges-2024/challenge-06) |
| 7 | [El ataque del Grinch](https://adventjs.dev/es/challenges/2024/7) | 🟠 | [solución](/challenges-2024/challenge-07) |
| 8 | [La carrera de renos](https://adventjs.dev/es/challenges/2024/8) | 🟢 | [solución](/challenges-2024/challenge-08) |
| 9 | [El ataque del Grinch](https://adventjs.dev/es/challenges/2024/9) | 🟠 | [solución](/challenges-2024/challenge-09) |


## 🎯 Retos 2023
Expand Down
2 changes: 1 addition & 1 deletion challenges-2024/challenge-09/test/moveTrain.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ describe('First repeat gift', () => {
const result = moveTrain(board, 'U')

expect(result).toBeDefined()
expect(result).toBe('abcde')
expect(result).toBe('eat')
})
})

0 comments on commit 2962045

Please sign in to comment.