Skip to content

Commit cf04db5

Browse files
authored
Merge pull request #87 from breatheco-de/Lorenagubaira-patch-1
Update learn.json
2 parents b7262db + ba206f6 commit cf04db5

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,6 +1,9 @@
11
{
2+
"title": {
3+
"us": "Your first unit tests with Javascript's Jest Framework",
4+
"es": "Tus primeras pruebas unitarias de Javascript con Jest"
5+
},
26
"gitpod": true,
3-
"title": "Your first unit tests with Javascript's Jest Framework",
47
"slug": "unit-test-with-jest",
58
"solution": "https://github.com/breatheco-de/exercise-unit-test-with-jest/tree/solution",
69
"repository": "https://github.com/breatheco-de/exercise-unit-test-with-jest",
@@ -23,9 +26,12 @@
2326
"unit testing",
2427
"node"
2528
],
29+
"description": {
30+
"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.",
31+
"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."
32+
},
2633
"projectType": "tutorial",
2734
"autoPlay": true,
28-
"description": "Give a series of exercises and solutions, create the unit tests to automaticaly grade the given solutions",
2935
"editor": {
3036
"version": "5.0"
3137
},

0 commit comments

Comments
 (0)