diff --git a/src/store/store.spec.js b/src/store/store.spec.js index 957efbda..3dca6ebf 100644 --- a/src/store/store.spec.js +++ b/src/store/store.spec.js @@ -13,7 +13,6 @@ describe('Store', () => { const pinia = createPinia(); setActivePinia(pinia); store = useMainStore(); - store.$reset(); store.applicationUser.eventBus = []; jest.resetAllMocks(); });