From 68de27068e035e4c77bc68cbd06541f3ed6d29ff Mon Sep 17 00:00:00 2001 From: lorenagubaira <102861577+Lorenagubaira@users.noreply.github.com> Date: Wed, 27 Nov 2024 17:19:01 -0400 Subject: [PATCH 1/3] Update README.es.md --- README.es.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.es.md b/README.es.md index 307a9aed..3c925a1a 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.git 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: From f7eaa3c4b85a90cddcc7abe95c819da76b6e478f Mon Sep 17 00:00:00 2001 From: lorenagubaira <102861577+Lorenagubaira@users.noreply.github.com> Date: Wed, 27 Nov 2024 17:20:55 -0400 Subject: [PATCH 2/3] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f78e9e36..7bb731e7 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: From 46b3792d692cb9caee03c88c924331623c1b9135 Mon Sep 17 00:00:00 2001 From: lorenagubaira <102861577+Lorenagubaira@users.noreply.github.com> Date: Mon, 16 Dec 2024 09:30:00 -0400 Subject: [PATCH 3/3] Update learn.json --- learn.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/learn.json b/learn.json index 9c48220b..83e0e412 100644 --- a/learn.json +++ b/learn.json @@ -13,6 +13,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, "bugsLink": "https://github.com/learnpack/learnpack/issues/new", "technologies": [ @@ -20,6 +21,7 @@ "jest", "unit testing" ], + "projectType": "tutorial", "autoPlay": true, "description": "Give a series of exercises and solutions, create the unit tests to automaticaly grade the given solutions", "editor": {