#7308 Remove console warnings #928

Merged
jsegarra merged 4 commits from 7308-warning_inject into dev 2024-11-14 08:09:09 +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', () => {
Outdated
Review

quitar?

quitar?

Dios, que mal :(

Dios, que mal :(
let sessionMock, notifyMock, stateQueryMock;