-
Notifications
You must be signed in to change notification settings - Fork 2.5k
/
Copy pathlearn.json
32 lines (32 loc) · 1 KB
/
learn.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"title": "Your first unit tests with Javascript's Jest Framework",
"slug": "unit-test-with-jest",
"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",
"skills": [
"unit-testing",
"test-driven-dev"
],
"language": "node",
"difficulty": "easy",
"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",
"node"
],
"autoPlay": true,
"description": "Give a series of exercises and solutions, create the unit tests to automaticaly grade the given solutions",
"editor": {
"version": "5.0"
},
"telemetry": {
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry?asset_id=209"
}
}