diff --git a/README.es.md b/README.es.md index 584e9333..ba69dd3e 100644 --- a/README.es.md +++ b/README.es.md @@ -8,6 +8,8 @@ La mayoría de los desarrolladores hoy en día no solo deben escribir código, s Hoy usaremos el [framework de Jest](https://jestjs.io/) para crear nuestras primeras pruebas unitarias. + + ## 🌱 Cómo comenzar este proyecto Este proyecto viene con los archivos necesarios para comenzar a trabajar de inmediato. @@ -33,6 +35,8 @@ https://github.com/breatheco-de/exercise-unit-test-with-jest 3. Instala learnpack globalmente (Si es que aún no lo tienes): `$ npm i @learnpack/learnpack -g` 4. Comienza el ejercicio: `$ learnpack start` + + ## ¿Sobre qué trata este ejercicio? Usaremos la librería Jest para crear un programa capaz de convertir valores numéricos de una divisa a otra: diff --git a/README.md b/README.md index 871d265f..2456194e 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ Most developers today are required not only to write code, but also need to writ Today we are going to be using the [Jest framework](https://jestjs.io/) to create our first tests. + + ## 🌱 How to start this project This project comes with the necessary files to start working immediately. @@ -31,6 +33,8 @@ Then follow these instructions: 2. Download learnpack globally (if you don't have it already): `$ npm i @learnpack/learnpack -g` 3. Start the exercise: `$ learnpack start` + + ## What is this exercise about? We are going to be using the Jest library to build a program capable of converting numeric values from one currency to another: diff --git a/learn.json b/learn.json index 27a3f7b1..49f3dce1 100644 --- a/learn.json +++ b/learn.json @@ -12,6 +12,7 @@ "difficulty": "easy", "preview": "https://github.com/breatheco-de/exercise-unit-test-with-jest/blob/main/.learn/assets/preview.jpeg?raw=true", "duration": 16, + "template_url": "self", "videoSolutions": false, "projectType": "tutorial", "bugsLink": "https://github.com/learnpack/learnpack/issues/new", @@ -21,7 +22,8 @@ "unit testing", "node" ], - "autoPlay": true, + "projectType": "tutorial", + "autoPlay": true, "description": "Give a series of exercises and solutions, create the unit tests to automaticaly grade the given solutions", "editor": { "version": "5.0"