Skip to content

Commit 0c809af

Browse files
committed
docs(angular): 📝 acknowledge Jest's legacy and evolution
1 parent 675a9b5 commit 0c809af

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

‎apps/cookbook/docs/angular/testing/01-why-vitest.md‎

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,9 @@ It is also widely used in the web ecosystem, so you can benefit from the communi
245245
Note that Vitest shares most of the APIs with Jest, so the migration is generally smooth. Additionally, you can migrate progressively and keep using both Jest & Vitest during the migration period.
246246

247247
:::note
248-
While this chapter highlights the benefits of Vitest over Jest, it is important to note that the **Jest team did an outstanding job over the years**.
249-
Jest is more than 10 years old, while Vitest is barely 3 years old. That is why Vitest was able to learn from Jest's mistakes and successes.
248+
While this chapter highlights the advantages of Vitest over Jest, it is essential to **acknowledge the outstanding work that the Jest team achieved over the years**.
249+
250+
As a mature testing framework with over 10 years of evolution, Jest set a high standard and shaped the landscape of JavaScript testing.
251+
252+
However, as technology advances, so do our tools. At just three years old, Vitest has been built on top of modern technologies, learning from both the successes and limitations of its predecessors. **It’s a testament to Jest’s legacy that tools like Vitest are now pushing the boundaries even further.**
250253
:::

0 commit comments

Comments
 (0)