Skip to content

Commit

Permalink
Update learn.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alesanchezr authored Jan 15, 2025
1 parent aeca5a3 commit 627078c
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions learn.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
}
}

0 comments on commit 627078c

Please sign in to comment.