Published onJuly 6, 2023How to speed up Jest testsJestTestJavaScriptNodejsTddTDD is awesome. It changes the way we are thinking about programming, solving a tremendous number of problems. However, every test takes time and memory. It is problem I was struggling with. Here I will show you couple solutions.