From d49ee725b19ddb7f8eb255de1cc6dfb45f45f39e Mon Sep 17 00:00:00 2001 From: Hariraj Date: Fri, 14 Oct 2022 06:29:22 +0530 Subject: [PATCH] feat: Add React testing library cheatsheet (#8199) * Add React testing library cheatsheet * fix: update cheatsheet name * fix: fix alphabetical ordering * fix: fix author name Co-authored-by: LuigiImVector * fix: Fix typos Co-authored-by: LuigiImVector Co-authored-by: LuigiImVector --- 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 ff6ad6bb8..fedae1041 100644 --- a/more/free-programming-cheatsheets.md +++ b/more/free-programming-cheatsheets.md @@ -390,6 +390,7 @@ * [Chai CheatSheet](https://devhints.io/chai) - 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)