We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efdf8fb commit b8c18c8Copy full SHA for b8c18c8
packages/astro/src/default/utils/content/squash.spec.ts
@@ -91,7 +91,7 @@ describe('squash', () => {
91
data: {
92
template: 'default',
93
i18n: {
94
- nextLessonPrefix: 'Next lesson: ',
+ startWebContainerText: 'Run this tutorial',
95
partTemplate: 'Part ${index}: ${title}',
96
},
97
} satisfies Metadata,
@@ -107,7 +107,7 @@ describe('squash', () => {
107
108
expect(squash<Metadata>([lesson1.data, tutorial.data], ['i18n'])).toEqual({
109
110
111
partTemplate: 'Foobar: ${title}',
112
113
});
0 commit comments