From 627078c407f5329a4b4e43248e9951a7859b3477 Mon Sep 17 00:00:00 2001 From: Alejandro Sanchez Date: Wed, 15 Jan 2025 12:22:03 -0500 Subject: [PATCH] Update learn.json --- learn.json | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/learn.json b/learn.json index 9c48220b..27a3f7b1 100644 --- a/learn.json +++ b/learn.json @@ -1,7 +1,6 @@ { "title": "Your first unit tests with Javascript's Jest Framework", "slug": "unit-test-with-jest", - "status": "draft", "solution": "https://github.com/breatheco-de/exercise-unit-test-with-jest/tree/solution", "repository": "https://github.com/breatheco-de/exercise-unit-test-with-jest", "grading": "incremental", @@ -14,18 +13,20 @@ "preview": "https://github.com/breatheco-de/exercise-unit-test-with-jest/blob/main/.learn/assets/preview.jpeg?raw=true", "duration": 16, "videoSolutions": false, + "projectType": "tutorial", "bugsLink": "https://github.com/learnpack/learnpack/issues/new", "technologies": [ "javascript", "jest", - "unit testing" + "unit testing", + "node" ], - "autoPlay": true, + "autoPlay": true, "description": "Give a series of exercises and solutions, create the unit tests to automaticaly grade the given solutions", "editor": { - "version": "4.0" + "version": "5.0" }, - "telemetry": { - "batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry" - } + "telemetry": { + "batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry?asset_id=209" + } }