1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 04:30:01 +02:00

feat: add jest content (#1788)

This commit is contained in:
Aroyan
2022-09-21 19:30:17 +08:00
committed by GitHub
parent dc4efa6bc4
commit 33f15fdf4f

View File

@@ -1 +1,8 @@
# 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 badgeText='Official Website' colorScheme='blue' href='https://jestjs.io'>Jest Website</BadgeLink>
<BadgeLink badgeText='Documentation' colorScheme='blue' href='https://jestjs.io/docs/getting-started'>Jest Documentation</BadgeLink>