import { vuetify } from '@/plugins/vuetify'; describe('vuetify', () => { it('should be defined', () => { expect(vuetify).toBeTruthy(); }); });