-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests(project): Add tests for variant and optional learning objectives
- Loading branch information
Showing
7 changed files
with
126 additions
and
4 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
...__tests__/__fixtures__/01-a-project-with-learning-objectives-variants/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# A project | ||
|
||
## Índice | ||
|
||
Blah blah blah | ||
|
||
*** | ||
|
||
## 1. Preámbulo | ||
|
||
Blah blah blah | ||
|
||
## 2. Resumen del proyecto | ||
|
||
Blah blah blah |
21 changes: 21 additions & 0 deletions
21
lib/__tests__/__fixtures__/01-a-project-with-learning-objectives-variants/project.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
track: web-dev | ||
tracks: | ||
- web-dev | ||
learningObjectives: | ||
- html/semantics | ||
- css/selectors | ||
- dom/selectors | ||
- dom/events | ||
- dom/manipulation | ||
- js/data-types/primitive-vs-non-primitive | ||
- js/data-types/strings | ||
- js/variables | ||
- js/conditionals | ||
- js/functions | ||
- js/semantics | ||
- ux/user-understanding | ||
- ux/prototyping | ||
variants: | ||
- name: node | ||
learningObjectives: | ||
- node |
15 changes: 15 additions & 0 deletions
15
...__tests__/__fixtures__/01-a-project-with-optional-learning-objectives/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# A project | ||
|
||
## Índice | ||
|
||
Blah blah blah | ||
|
||
*** | ||
|
||
## 1. Preámbulo | ||
|
||
Blah blah blah | ||
|
||
## 2. Resumen del proyecto | ||
|
||
Blah blah blah |
19 changes: 19 additions & 0 deletions
19
lib/__tests__/__fixtures__/01-a-project-with-optional-learning-objectives/project.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
track: web-dev | ||
tracks: | ||
- web-dev | ||
learningObjectives: | ||
- html/semantics | ||
- css/selectors | ||
- dom/selectors | ||
- dom/events | ||
- dom/manipulation | ||
- js/data-types/primitive-vs-non-primitive | ||
- js/data-types/strings | ||
- js/variables | ||
- js/conditionals | ||
- js/functions | ||
- js/semantics | ||
- ux/user-understanding | ||
- ux/prototyping | ||
- object-oriented-programming: | ||
optional: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters