Skip to content

Commit 6d2e41b

Browse files
authored
docs(misc): fix cover image for testing post (#30395)
<!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that your commit message follows our format --> <!-- Example: `fix(nx): must begin with lowercase` --> <!-- If this is a particularly complex change or feature addition, you can request a dedicated Nx release for this pull request branch. Mention someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they will confirm if the PR warrants its own release for testing purposes, and generate it for you if appropriate. --> ## Current Behavior <!-- This is the behavior we have today --> ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #
1 parent e38147d commit 6d2e41b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

docs/blog/2025-03-17-modern-angular-testing-with-nx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 'Modern Angular Testing with Nx'
33
slug: modern-angular-testing-with-nx
44
authors: ['Jack Hsu']
55
tags: ['angular', 'nx']
6-
cover_image: /blog/images/2025-03-17/modern-angular-testing.avif
6+
cover_image: /blog/images/2025-03-17/modern-angular-testing.png
77
description: 'Learn how Nx enhances Angular testing by integrating modern tools like Playwright and Vitest, improving test speed, reliability, and CI scalability.'
88
---
99

Loading

0 commit comments

Comments
 (0)