Dependency Mocks - A Secret Weapon for Vue Unit Tests
September 16th, 2019
If your Vue single-file components have dependencies, you'll need to handle those dependencies in unit tests. In this article, you'll learn how to mock dependencies in Jest by...