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