Skip to content

Commit 6121101

Browse files
Update learn.json
1 parent 17b4fe0 commit 6121101

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

learn.json

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
2-
"title": "Your first unit tests with Javascript's Jest Framework",
2+
"title": {
3+
"us": "Your first unit tests with Javascript's Jest Framework",
4+
"es": "Tu primera prueba unitaria de Javascript con Jest"
5+
},
36
"slug": "unit-test-with-jest",
47
"solution": "https://github.com/breatheco-de/exercise-unit-test-with-jest/tree/solution",
58
"repository": "https://github.com/breatheco-de/exercise-unit-test-with-jest",
@@ -22,7 +25,10 @@
2225
"node"
2326
],
2427
"autoPlay": true,
25-
"description": "Give a series of exercises and solutions, create the unit tests to automaticaly grade the given solutions",
28+
"description": {
29+
"us": "Create a JavaScript program with Jest to convert values between currencies: from dollars to yen, from euros to dollars, and from yen to pounds. Learn how to write unit tests to automatically grade the solutions, improving your JavaScript development and automation skills.",
30+
"es": "Crea un programa en JavaScript con Jest para convertir valores entre divisas: de dólares a yenes, de euros a dólares y de yenes a libras. Aprende a escribir pruebas unitarias (unit tests) para calificar automáticamente las soluciones, mejorando tus habilidades de desarrollo y automatización en JavaScript."
31+
},
2632
"editor": {
2733
"version": "5.0"
2834
},

0 commit comments

Comments
 (0)