index.spec.js 142 B

123456789
  1. import Vuetify from 'vuetify'
  2. let vuetify
  3. beforeEach(() => {
  4. vuetify = new Vuetify()
  5. })
  6. describe('pages/structures/index.vue', () => {
  7. })