remove store reset

This commit is contained in:
Michaela Brydon 2023-10-11 23:46:59 -04:00
parent 4d73dd7386
commit b6d7f656de

View file

@ -13,7 +13,6 @@ describe('Store', () => {
const pinia = createPinia();
setActivePinia(pinia);
store = useMainStore();
store.$reset();
store.applicationUser.eventBus = [];
jest.resetAllMocks();
});