From 51a20e2341e5e79e8576e105bde17ea81b315826 Mon Sep 17 00:00:00 2001 From: Hariraj Date: Fri, 14 Oct 2022 06:28:37 +0530 Subject: [PATCH] feat: Add chai cheatsheet (#8198) --- 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 fcf241339..ff6ad6bb8 100644 --- a/more/free-programming-cheatsheets.md +++ b/more/free-programming-cheatsheets.md @@ -388,6 +388,7 @@ ### Unit testing +* [Chai CheatSheet](https://devhints.io/chai) - devhints, Rico Santa Cruz (HTML) * [Jest CheatSheet](https://devhints.io/jest) - devhints, Rico Santa Cruz (HTML) * [What is Unit testing](https://www.guru99.com/unit-testing-guide.html) - Thomas Hamilton (HTML)