import Vuetify from 'vuetify' let vuetify beforeEach(() => { vuetify = new Vuetify() }) describe('pages/structures/index.vue', () => { })