From 875029358ddeafa92149436e645f95afaf7212ec Mon Sep 17 00:00:00 2001 From: Hariraj Date: Wed, 12 Oct 2022 23:33:11 +0530 Subject: [PATCH] feat: Add Jest cheatsheet (#8034) * feat: Add Jest cheatsheet - Add jest cheatsheet * Update jest links * Move Jest cheatsheet into unit testing Co-authored-by: LuigiImVector * Remove jest href Co-authored-by: LuigiImVector Co-authored-by: LuigiImVector --- more/free-programming-cheatsheets.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/more/free-programming-cheatsheets.md b/more/free-programming-cheatsheets.md index d67c9cab4..39cd2f488 100644 --- a/more/free-programming-cheatsheets.md +++ b/more/free-programming-cheatsheets.md @@ -43,6 +43,7 @@ * [SpringBoot](#springboot) * [SQL](#sql) * [Tensorflow](#tensorflow) +* [Unit testing](#unit-testing) * [Webpack](#webpack) @@ -385,6 +386,12 @@ * [TensorFlow v2.0 Cheat Sheet](https://web.archive.org/web/20200922212358/https://www.aicheatsheets.com/static/pdfs/tensorflow_v_2.0.pdf) - Altoros (PDF) *(:card_file_box: archived)* +### Unit testing + +* [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) + + ### Webpack * [Webpack cheatsheet](https://devhints.io/webpack) - devhints, Rico Santa Cruz (HTML)