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();
|
||||
setActivePinia(pinia);
|
||||
store = useMainStore();
|
||||
store.$reset();
|
||||
store.applicationUser.eventBus = [];
|
||||
jest.resetAllMocks();
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue