浏览代码

feat: Add Enzyme cheatsheet (#8273)

Hariraj 3 年之前
父节点
当前提交
d923f47a66
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      more/free-programming-cheatsheets.md

+ 1 - 0
more/free-programming-cheatsheets.md

@@ -398,6 +398,7 @@
 ### Unit testing
 
 * [Chai CheatSheet](https://devhints.io/chai) - devhints, Rico Santa Cruz (HTML)
+* [Enzyme CheatSheet](https://devhints.io/enzyme) - devhints, Rico Santa Cruz (HTML)
 * [Jest CheatSheet](https://devhints.io/jest) - devhints, Rico Santa Cruz (HTML)
 * [React Testing Library CheatSheet](https://testing-library.com/docs/react-testing-library/cheatsheet/) - Kent C. Dodds, et al. (HTML)
 * [What is Unit testing](https://www.guru99.com/unit-testing-guide.html) - Thomas Hamilton (HTML)