8231_testToMaster_2448 #997

Merged
alexm merged 400 commits from 8231_testToMaster_2448 into master 2024-11-26 06:28:29 +00:00
1 changed files with 0 additions and 15 deletions
Showing only changes of commit b0bb09e9a6 - Show all commits

View File

@ -8,21 +8,6 @@ vi.mock('src/composables/useSession');
vi.mock('src/composables/useNotify');
vi.mock('src/stores/useStateQueryStore');
// vi.mock('src/composables/useSession', () => ({
// useSession: () => ({
// getToken: () => 'DEFAULT_TOKEN',
// isLoggedIn: () => vi.fn(),
// destroy: () => vi.fn(),
// }),
// }));
// vi.mock('src/stores/useStateQueryStore', () => ({
// useStateQueryStore: () => ({
// add: () => vi.fn(),
// remove: () => vi.fn(),
// }),
// }));
describe('Axios boot', () => {
let sessionMock, notifyMock, stateQueryMock;