mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-08 16:20:40 +02:00
Fix frontend content
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
# Jest
|
# Jest
|
||||||
|
|
||||||
Jest is a delightful JavaScript Testing Framework with a focus on simplicity.
|
Jest is a delightful JavaScript Testing Framework with a focus on simplicity.
|
||||||
It works with projects using: Babel, TypeScript, Node, React, Angular, Vue and more!
|
It works with projects using: Babel, TypeScript, Node, React, Angular, Vue and more!
|
||||||
|
|
||||||
|
@@ -3,4 +3,4 @@
|
|||||||
The React Testing Library is a very lightweight solution for testing React components. It provides light utility functions on top of react-dom and react-dom/test-utils, in a way that encourages better testing practices. Its primary guiding principle is: The more your tests resemble the way your software is used, the more confidence they can give you.
|
The React Testing Library is a very lightweight solution for testing React components. It provides light utility functions on top of react-dom and react-dom/test-utils, in a way that encourages better testing practices. Its primary guiding principle is: The more your tests resemble the way your software is used, the more confidence they can give you.
|
||||||
|
|
||||||
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
|
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
|
||||||
<BadgeLink colorScheme='blue' badgeText='Official Getting Started' href='https://testing-library.com/docs/react-testing-library/intro/' />
|
<BadgeLink colorScheme='blue' badgeText='Official Getting Started' href='https://testing-library.com/docs/react-testing-library/intro/'>React Testing Library</BadgeLink>
|
||||||
|
Reference in New Issue
Block a user