forked from breatheco-de/exercise-unit-test-with-jest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
learn.json
28 lines (28 loc) · 900 Bytes
/
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
{
"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",
"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,
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
"technologies": [
"javascript",
"jest",
"unit testing"
],
"autoPlay": true,
"description": "Give a series of exercises and solutions, create the unit tests to automaticaly grade the given solutions",
"editor": {
"version": "1.0.73"
}
}