Shashwat GuptaforKeploy Community Blogkeploy.hashnode.dev·Aug 4, 2023Stubs | Mocks | Fakes: Let's define the boundaries!!While writing tests for an application, we may fall into different scenarios, which must be considered for writing tests, that are strong enough to check the robustness of the application. Let it be Unit testing, Integration testing, or some other, w...Discuss·50 likes·180 readsTesting
Juho Härmehrmj.hashnode.dev·Jul 1, 2022My most used mocking techniques in jestMocking in jest (or practically any other testing framework for that matter) can sometimes feel a bit overwhelming. First of all, the terminology is confusing and often varies a) from framework to framework and b) from textbook to textbook / educator...Discuss·263 readsJest