From d923f47a66b57b9fea0d88d9e00fefef92c89ed0 Mon Sep 17 00:00:00 2001 From: Hariraj Date: Sat, 15 Oct 2022 04:00:10 +0530 Subject: [PATCH] feat: Add Enzyme cheatsheet (#8273) --- more/free-programming-cheatsheets.md | 1 + 1 file changed, 1 insertion(+) diff --git a/more/free-programming-cheatsheets.md b/more/free-programming-cheatsheets.md index ddd8d328d..232a215ba 100644 --- a/more/free-programming-cheatsheets.md +++ b/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)