Skip to content

Commit 09c841f

Browse files
committed
test: update snapshots
1 parent 68e7ccf commit 09c841f

File tree

6 files changed

+24
-12
lines changed

6 files changed

+24
-12
lines changed

packages/astro/src/default/utils/__snapshots__/multiple-parts.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@
7070
"i18n": {
7171
"mocked": "default localization"
7272
},
73-
"openInStackBlitz": true
73+
"openInStackBlitz": true,
74+
"downloadAsZip": false
7475
},
7576
"id": "1-first",
7677
"filepath": "1-part/1-chapter/1-first/content.md",
@@ -106,7 +107,8 @@
106107
"i18n": {
107108
"mocked": "default localization"
108109
},
109-
"openInStackBlitz": true
110+
"openInStackBlitz": true,
111+
"downloadAsZip": false
110112
},
111113
"id": "1-second",
112114
"filepath": "2-part/2-chapter/1-second/content.md",
@@ -146,7 +148,8 @@
146148
"i18n": {
147149
"mocked": "default localization"
148150
},
149-
"openInStackBlitz": true
151+
"openInStackBlitz": true,
152+
"downloadAsZip": false
150153
},
151154
"id": "1-third",
152155
"filepath": "3-part/3-chapter/1-third/content.md",

packages/astro/src/default/utils/__snapshots__/single-lesson-no-part.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"i18n": {
1010
"mocked": "default localization"
1111
},
12-
"openInStackBlitz": true
12+
"openInStackBlitz": true,
13+
"downloadAsZip": false
1314
},
1415
"id": "1-lesson",
1516
"filepath": "1-lesson/content.md",

packages/astro/src/default/utils/__snapshots__/single-part-and-lesson-no-chapter.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"i18n": {
2121
"mocked": "default localization"
2222
},
23-
"openInStackBlitz": true
23+
"openInStackBlitz": true,
24+
"downloadAsZip": false
2425
},
2526
"id": "1-lesson",
2627
"filepath": "1-part/1-lesson/content.md",

packages/astro/src/default/utils/__snapshots__/single-part-chapter-and-lesson.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"i18n": {
3131
"mocked": "default localization"
3232
},
33-
"openInStackBlitz": true
33+
"openInStackBlitz": true,
34+
"downloadAsZip": false
3435
},
3536
"id": "1-lesson",
3637
"filepath": "1-part/1-chapter/1-lesson/content.md",

packages/astro/src/default/utils/__snapshots__/single-part-chapter-and-multiple-lessons.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"i18n": {
3131
"mocked": "default localization"
3232
},
33-
"openInStackBlitz": true
33+
"openInStackBlitz": true,
34+
"downloadAsZip": false
3435
},
3536
"id": "1-first",
3637
"filepath": "1-part/1-chapter/1-first/content.md",
@@ -66,7 +67,8 @@
6667
"i18n": {
6768
"mocked": "default localization"
6869
},
69-
"openInStackBlitz": true
70+
"openInStackBlitz": true,
71+
"downloadAsZip": false
7072
},
7173
"id": "2-second",
7274
"filepath": "1-part/1-chapter/2-second/content.md",
@@ -106,7 +108,8 @@
106108
"i18n": {
107109
"mocked": "default localization"
108110
},
109-
"openInStackBlitz": true
111+
"openInStackBlitz": true,
112+
"downloadAsZip": false
110113
},
111114
"id": "3-third",
112115
"filepath": "1-part/1-chapter/3-third/content.md",

packages/astro/src/default/utils/__snapshots__/single-part-multiple-chapters.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
4848
"i18n": {
4949
"mocked": "default localization"
5050
},
51-
"openInStackBlitz": true
51+
"openInStackBlitz": true,
52+
"downloadAsZip": false
5253
},
5354
"id": "1-first",
5455
"filepath": "1-part/1-chapter/1-first/content.md",
@@ -84,7 +85,8 @@
8485
"i18n": {
8586
"mocked": "default localization"
8687
},
87-
"openInStackBlitz": true
88+
"openInStackBlitz": true,
89+
"downloadAsZip": false
8890
},
8991
"id": "1-second",
9092
"filepath": "1-part/2-chapter/1-second/content.md",
@@ -124,7 +126,8 @@
124126
"i18n": {
125127
"mocked": "default localization"
126128
},
127-
"openInStackBlitz": true
129+
"openInStackBlitz": true,
130+
"downloadAsZip": false
128131
},
129132
"id": "1-third",
130133
"filepath": "1-part/3-chapter/1-third/content.md",

0 commit comments

Comments
 (0)