perf: refs #7308 #7308 remove comments
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
0fe5f6d54d
commit
b0bb09e9a6
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue