1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-31 21:11:44 +02:00

resources added for Jest (#2157)

This commit is contained in:
Archit Sharma
2022-10-11 21:51:25 +00:00
committed by GitHub
parent 49c1d94b42
commit 522cb74713

View File

@@ -1 +1,9 @@
# Jest
# Jest
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!
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Read' href='https://jestjs.io/'>Official Website</BadgeLink>
<BadgeLink colorScheme='blue' badgeText='Read' href='https://jestjs.io/docs/getting-started'>Official Documentaion</BadgeLink>
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=7r4xVDI2vho'>Jest Crash Course - Unit Testing in JavaScript</BadgeLink>