Skip to content

Commit

Permalink
Merge pull request #83 from Lorenagubaira/main
Browse files Browse the repository at this point in the history
<onlyfor> was added to both readmes
  • Loading branch information
rosinni authored Feb 4, 2025
2 parents fd987ea + c538a58 commit 66f5750
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<onlyfor saas="false" withBanner="false">

## 🌱 Cómo comenzar este proyecto

Este proyecto viene con los archivos necesarios para comenzar a trabajar de inmediato.
Expand All @@ -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`

</onlyfor>

## ¿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:
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<onlyfor saas="false" withBanner="false">

## 🌱 How to start this project

This project comes with the necessary files to start working immediately.
Expand All @@ -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`

</onlyfor>

## 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:
Expand Down
4 changes: 3 additions & 1 deletion learn.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
Expand Down

0 comments on commit 66f5750

Please sign in to comment.