From a0d0af815e1cea87cc1eb96f1e6c47beda35afd1 Mon Sep 17 00:00:00 2001 From: Charles-Axel Dein <120501+charlax@users.noreply.github.com> Date: Tue, 29 Mar 2022 21:25:40 +0200 Subject: [PATCH] Add unit test video --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 24658f0..4aa8d6e 100644 --- a/README.md +++ b/README.md @@ -1318,6 +1318,7 @@ Test pyramid: - Test code is as important as production code. - [Software testing anti-patterns](http://blog.codepipes.com/testing/software-testing-antipatterns.html), Kostis Kapelonis. - [Write tests. Not too many. Mostly integration.](https://blog.kentcdodds.com/write-tests-not-too-many-mostly-integration-5e8c7fff591c) for a contrarian take about unit testing +- 🎞 [Unit test 2, Integration test: 0](https://www.youtube.com/watch?v=Oj8bfBlwHAg&ab_channel=PercyRicardoAnticonaMasabel) End-to-end tests: