Leveraging Powerful Jest Mocks for Effective Unit Tests

Presenters
Date
Oct 17, 2019

Effective unit tests should test a single unit in isolation, ensuring it performs as expected without impact from other functions, files, or external dependencies. The Jest testing framework provides powerful features that can be used to accomplish this goal.