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