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 540ec027d7
commit 9e60b1d847

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>