Browse Source

feat: Add chai cheatsheet (#8198)

Hariraj 3 years ago
parent
commit
51a20e2341
1 changed files with 1 additions and 0 deletions
  1. 1 0
      more/free-programming-cheatsheets.md

+ 1 - 0
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)