Skip to content

Commit c538a58

Browse files
authored
Merge branch 'main' into main
2 parents 46b3792 + fd987ea commit c538a58

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
// Use 'forwardPorts' to make a list of ports inside the container available locally.
2424
// "forwardPorts": [],
2525

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"
2727

2828
// Use 'postCreateCommand' to run commands after the container is created.
2929
// "postCreateCommand": "yarn install",

README.es.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Recomendamos abrir este mismo repositorio usando un entorno de desarrollo como [
1919
Este es el repositorio que necesitas abrir:
2020

2121
```text
22-
https://github.com/breatheco-de/exercise-unit-test-with-jest.git
22+
https://github.com/breatheco-de/exercise-unit-test-with-jest
2323
```
2424

2525
**👉 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).

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ We recommend opening this very same repository using a provisioning tool like [C
1919
This is the repository you need to open:
2020

2121
```text
22-
https://github.com/breatheco-de/exercise-unit-test-with-jest.git
22+
https://github.com/breatheco-de/exercise-unit-test-with-jest
2323
```
2424

2525
**👉 Please follow these steps on** [how to start a coding project](https://4geeks.com/lesson/how-to-start-a-project).

learn.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"title": "Your first unit tests with Javascript's Jest Framework",
33
"slug": "unit-test-with-jest",
4-
"status": "draft",
54
"solution": "https://github.com/breatheco-de/exercise-unit-test-with-jest/tree/solution",
65
"repository": "https://github.com/breatheco-de/exercise-unit-test-with-jest",
76
"grading": "incremental",
@@ -15,19 +14,21 @@
1514
"duration": 16,
1615
"template_url": "self",
1716
"videoSolutions": false,
17+
"projectType": "tutorial",
1818
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
1919
"technologies": [
2020
"javascript",
2121
"jest",
22-
"unit testing"
22+
"unit testing",
23+
"node"
2324
],
24-
"projectType": "tutorial",
25-
"autoPlay": true,
25+
"projectType": "tutorial",
26+
"autoPlay": true,
2627
"description": "Give a series of exercises and solutions, create the unit tests to automaticaly grade the given solutions",
2728
"editor": {
28-
"version": "4.0"
29+
"version": "5.0"
2930
},
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+
}
3334
}

0 commit comments

Comments
 (0)