File tree Expand file tree Collapse file tree 4 files changed +12
-11
lines changed Expand file tree Collapse file tree 4 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 23
23
// Use 'forwardPorts' to make a list of ports inside the container available locally.
24
24
// "forwardPorts": [],
25
25
26
- "onCreateCommand" : " npm i jest@29.7.0 jest-environment-jsdom@29.7.0 -g && npm i @learnpack/learnpack@4 .0.10 -g && learnpack plugins:install @learnpack/node@1.1.15"
26
+ "onCreateCommand" : " npm i jest@29.7.0 jest-environment-jsdom@29.7.0 -g && npm i @learnpack/learnpack@5 .0.13 -g && learnpack plugins:install @learnpack/node@1.1.15"
27
27
28
28
// Use 'postCreateCommand' to run commands after the container is created.
29
29
// "postCreateCommand": "yarn install",
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Recomendamos abrir este mismo repositorio usando un entorno de desarrollo como [
19
19
Este es el repositorio que necesitas abrir:
20
20
21
21
``` text
22
- https://github.com/breatheco-de/exercise-unit-test-with-jest.git
22
+ https://github.com/breatheco-de/exercise-unit-test-with-jest
23
23
```
24
24
25
25
** 👉 Por favor sigue estos pasos sobre** [ cómo comenzar un proyecto de programación] ( https://4geeks.com/es/lesson/como-comenzar-un-proyecto-de-codificacion ) .
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ We recommend opening this very same repository using a provisioning tool like [C
19
19
This is the repository you need to open:
20
20
21
21
``` text
22
- https://github.com/breatheco-de/exercise-unit-test-with-jest.git
22
+ https://github.com/breatheco-de/exercise-unit-test-with-jest
23
23
```
24
24
25
25
** 👉 Please follow these steps on** [ how to start a coding project] ( https://4geeks.com/lesson/how-to-start-a-project ) .
Original file line number Diff line number Diff line change 1
1
{
2
2
"title" : " Your first unit tests with Javascript's Jest Framework" ,
3
3
"slug" : " unit-test-with-jest" ,
4
- "status" : " draft" ,
5
4
"solution" : " https://github.com/breatheco-de/exercise-unit-test-with-jest/tree/solution" ,
6
5
"repository" : " https://github.com/breatheco-de/exercise-unit-test-with-jest" ,
7
6
"grading" : " incremental" ,
15
14
"duration" : 16 ,
16
15
"template_url" : " self" ,
17
16
"videoSolutions" : false ,
17
+ "projectType" : " tutorial" ,
18
18
"bugsLink" : " https://github.com/learnpack/learnpack/issues/new" ,
19
19
"technologies" : [
20
20
" javascript" ,
21
21
" jest" ,
22
- " unit testing"
22
+ " unit testing" ,
23
+ " node"
23
24
],
24
- "projectType" : " tutorial" ,
25
- "autoPlay" : true ,
25
+ "projectType" : " tutorial" ,
26
+ "autoPlay" : true ,
26
27
"description" : " Give a series of exercises and solutions, create the unit tests to automaticaly grade the given solutions" ,
27
28
"editor" : {
28
- "version" : " 4 .0"
29
+ "version" : " 5 .0"
29
30
},
30
- "telemetry" : {
31
- "batch" : " https://breathecode.herokuapp.com/v1/assignment/me/telemetry"
32
- }
31
+ "telemetry" : {
32
+ "batch" : " https://breathecode.herokuapp.com/v1/assignment/me/telemetry?asset_id=209 "
33
+ }
33
34
}
You can’t perform that action at this time.
0 commit comments