Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<onlyfor> was added to both readmes #83

Merged
merged 4 commits into from
Feb 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading