1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-01 06:50:26 +02:00

feat(backend): update unit testing node resources (#7743)

This commit is contained in:
Rogério Ferreira de Souza
2024-11-16 21:31:59 -03:00
committed by GitHub
parent 75a6c9133c
commit 37c504b6cf

View File

@@ -4,6 +4,7 @@ Unit testing is a software testing method where individual components or units o
Visit the following resources to learn more:
- [@article@Unit Testing Tutorial](https://www.guru99.com/unit-testing-guide.html)
- [@article@Unit testing](https://en.wikipedia.org/wiki/Unit_testing)
- [@article@What is Unit Testing?](https://www.guru99.com/unit-testing-guide.html)
- [@video@What is Unit Testing?](https://www.youtube.com/watch?v=W2KOSaetWBk)
- [@feed@Explore top posts about Testing](https://app.daily.dev/tags/testing?ref=roadmapsh)