-
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): Adds tests for variants/optional/turn off cases
- Loading branch information
Showing
10 changed files
with
211 additions
and
5 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
...tests__/__fixtures__/01-a-project-with-learning-objectives-turned-off/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 |
18 changes: 18 additions & 0 deletions
18
lib/__tests__/__fixtures__/01-a-project-with-learning-objectives-turned-off/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,18 @@ | ||
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 | ||
- css: false |
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
15 changes: 15 additions & 0 deletions
15
...__fixtures__/01-a-project-with-variant-learning-objectives-duplicated/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 |
25 changes: 25 additions & 0 deletions
25
...tests__/__fixtures__/01-a-project-with-variant-learning-objectives-duplicated/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,25 @@ | ||
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 | ||
- react: | ||
optional: true | ||
variants: | ||
- name: node | ||
learningObjectives: | ||
- node | ||
- react: | ||
optional: true |
15 changes: 15 additions & 0 deletions
15
...__fixtures__/01-a-project-with-variant-learning-objectives-turned-off/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
...tests__/__fixtures__/01-a-project-with-variant-learning-objectives-turned-off/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: cli | ||
learningObjectives: | ||
- css: false |
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