Skip to content

Commit b8016f5

Browse files
docs: add link to testing course in Vitest guide (#2075)
1 parent 378512e commit b8016f5

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

apps/docs-app/docs/features/testing/vitest.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,10 @@ pnpm test
315315

316316
> The `npx vitest` command can also be used directly.
317317
318+
<strong>Hungry for more? Check out Younes Jaaidi's [video course](https://courses.marmicode.io/courses/pragmatic-angular-testing?ref=ec72c7) on Angular testing.</strong>
319+
320+
[![Angular Testing Course](/img/pragmatic-angular-testing-banner-2.jpg)](https://courses.marmicode.io/courses/pragmatic-angular-testing?ref=ec72c7)
321+
318322
## Snapshot Testing
319323

320324
For snapshot testing you can use `toMatchSnapshot` from `expect` API.

apps/docs-app/sidebars.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ const sidebars = {
151151
},
152152
{
153153
type: 'category',
154-
label: 'Testing',
154+
label: 'Testing w/Vitest',
155155
items: [
156156
{
157157
type: 'doc',
@@ -161,7 +161,7 @@ const sidebars = {
161161
{
162162
type: 'doc',
163163
id: 'features/testing/vitest',
164-
label: 'Adding Vitest',
164+
label: 'Setting Up Vitest',
165165
},
166166
],
167167
},
318 KB
Loading

0 commit comments

Comments
 (0)