Creating a wrapper factory
We're about to begin writing tests for the other components from our app. Before we do though, notice that a lot of the code in this first test is just for setting up the wrapper and installing plugins.
For example, we import Vuetify and Vue Router, then we create a local copy of Vue and install the router, and so on.
Click to load comments...