8144-devToTest_2448 #963

Merged
alexm merged 347 commits from 8144-devToTest_2448 into test 2024-11-19 07:54:42 +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;