How I survive testing on NodeJs and Jest 🤒
Coming from a PHP background and with PHPUnit testing, I started my journey into writing tests on NodeJs with some expectations.
For most, I was disappointed but for some, I was blown away. I guess this is a feeling you have to get used to with JavaS...
log.victoranuebunwa.com3 min read
Ezeh Livinus
Software Developer
Nice one...
You can also make use of your Jests' Setup and Teardown helper functions. With that, you can decide what gets set-up or destroyed after or before each test/describe suit runs.