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 16, 2024
1 parent 87865c4 commit 32cc8ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ npm run test
| 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) |
| 10 | [El ensamblador élfico](https://adventjs.dev/es/challenges/2024/10) | 🟠 | [solución](/challenges-2024/challenge-10) |
| 11 | [Nombres de archivos codificados](https://adventjs.dev/es/challenges/2024/11) | 🟢 | [solución](/challenges-2024/challenge-11) |


## 🎯 Retos 2023
Expand Down
2 changes: 1 addition & 1 deletion challenges-2024/challenge-11/test/decodeFilename.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { decodeFilename } from '../decodeFilename'
describe('First repeat gift', () => {
describe('Files names', () => {
test('Should return an string', () => {
const result = decodeFilename('2023122512345678_sleighDesign.png.grinchwa')

Expand Down

0 comments on commit 32cc8ae

Please sign in to comment.