perf: refs #7308 #7308 remove comments
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Javier Segarra 2024-11-14 09:03:18 +01:00
parent 0fe5f6d54d
commit b0bb09e9a6
1 changed files with 0 additions and 15 deletions

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;