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

Add Enzyme content on Front End roadmap (#1192)

This commit is contained in:
Aroyan
2022-03-18 14:54:32 +08:00
committed by GitHub
parent c53a3f016e
commit 69ac34a64c

View File

@@ -1 +1,6 @@
# Enzyme
# Enzyme
Enzyme is a JavaScript Testing utility for React that makes it easier to test your React Components' output. You can also manipulate, traverse, and in some ways simulate runtime given the output.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://enzymejs.github.io/enzyme/'>Enzyme Website</BadgeLink>