How to Mock with jest
Recently I have started Test Driven Development (TDD) during my work. However, I often feel frustrated of how to mock functions, and I want to share what I have learnt with all of you.
You need mock because you may need to access database or utility...
dondon.hashnode.dev5 min read