Skip to content

Commit

Permalink
ADd spanish videos
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlytoc committed Sep 18, 2024
1 parent 9a55525 commit 0801cbb
Show file tree
Hide file tree
Showing 10 changed files with 41 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .learn/exercises/00-welcome/README.es.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
intro: "https://www.youtube.com/watch?v=r2L0FfAHdqI"
---

# Welcome to Unit Testing!

¡Estamos muy feliz de tenerte aquí! 🎉 😂
Expand Down
4 changes: 4 additions & 0 deletions .learn/exercises/01-setup-our-project/README.es.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
tutorial: "https://www.youtube.com/watch?v=XoBAX5loFEk"
---

# `01` Setup our project

Hay muy buenas alternativas para crear pruebas unitarias usando JavaScript o Node como: Mocha, Jasmin o Jest.
Expand Down
4 changes: 4 additions & 0 deletions .learn/exercises/02-choosing-your-framework/README.es.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
tutorial: "https://www.youtube.com/watch?v=rWeobGKEExk"
---

# `02` Choosing your framework

Ahora es el momento de instalar Jest.
Expand Down
4 changes: 4 additions & 0 deletions .learn/exercises/03-entry-point/README.es.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
tutorial: "https://www.youtube.com/watch?v=GCe_bJMpbMU"
---

# `03` Entry Point

¡Ok, ya hemos instalado Jest exitosamente! y lo usaremos pronto...
Expand Down
4 changes: 4 additions & 0 deletions .learn/exercises/04-our-first-function/README.es.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
tutorial: "https://www.youtube.com/watch?v=LuDQRz11QOU"
---

# `04` Our first function

Para crear un pequeño ejemplo, queremos que llenes el contenido de `app.js` con la función: `sum`, que sume dos números dados.
Expand Down
4 changes: 4 additions & 0 deletions .learn/exercises/05-Test-file/README.es.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
tutorial: "https://www.youtube.com/watch?v=sr_KWVnIc1Q"
---

# `05` Test File

¡Asombroso! Nuestra función `sum` está sumando números correctamente.
Expand Down
5 changes: 5 additions & 0 deletions .learn/exercises/06-your-first-test/README.es.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
tutorial: "https://www.youtube.com/watch?v=2PVKwUsgTHU"
---


# `06` Your first test

## 📝 Instrucciones:
Expand Down
4 changes: 4 additions & 0 deletions .learn/exercises/07-running-the-test/README.es.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
tutorial: "https://www.youtube.com/watch?v=QZ_aEcCq-TU"
---

# `07` Running the test

Antes de ejecutar nuestra prueba, tenemos que actualizar nuestro archivo `package.json` para especificar el comando `test` con la palabra `jest` de la siguiente manera:
Expand Down
4 changes: 4 additions & 0 deletions .learn/exercises/07.1-analysing-the-test/README.es.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
tutorial: "https://www.youtube.com/watch?v=rhQvCSp4Uqw"
---

# `07.1` Analyzing the test

¿Qué acaba de suceder?
Expand Down
4 changes: 4 additions & 0 deletions .learn/exercises/08-planning/README.es.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
tutorial: "https://www.youtube.com/watch?v=XtWhSg2Dfn0"
---

# `08` Planning Our Functionalities

El primer paso en cada aplicación es pensar sobre los requisitos del proyecto y cómo desarrollarlos.
Expand Down

0 comments on commit 0801cbb

Please sign in to comment.