From b6d7f656de28ae6624eefc9e6ca1f33fca15dcc6 Mon Sep 17 00:00:00 2001 From: Michaela Brydon Date: Wed, 11 Oct 2023 23:46:59 -0400 Subject: [PATCH] remove store reset --- src/store/store.spec.js | 1 - 1 file changed, 1 deletion(-) 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(); });