remove store reset
This commit is contained in:
parent
4d73dd7386
commit
b6d7f656de
1 changed files with 0 additions and 1 deletions
|
|
@ -13,7 +13,6 @@ describe('Store', () => {
|
||||||
const pinia = createPinia();
|
const pinia = createPinia();
|
||||||
setActivePinia(pinia);
|
setActivePinia(pinia);
|
||||||
store = useMainStore();
|
store = useMainStore();
|
||||||
store.$reset();
|
|
||||||
store.applicationUser.eventBus = [];
|
store.applicationUser.eventBus = [];
|
||||||
jest.resetAllMocks();
|
jest.resetAllMocks();
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue