How to unit test a Vuex store

Learn how to unit test a Vuex store. Tutorial on how two different approaches to unit testing a Vuex store.

Stub $route in Vue unit tests

Learn how to stub the $route in Vue unit tests. This tutorial walks through 4 ways of stubbing the vue-router $route object.

Stub file dependencies in Vue unit tests

Learn how to stub dependencies in Vue unit tests. This tutorial walks through 2 different ways of passing stubs to dependencies in unit tests.

Mock Vuex in Vue unit tests

Learn how to mock Vuex in Vue unit tests. This tutorial shows you how to mock Vuex actions and gettters used in your Vue components.

How to unit test Vue components for beginners

Learn how to unit test Vue components. Tutorial on how to test Vue components for beginners - this bare bones tutorials will get your tests up and running.