8622-testToMaster #1411

Merged
alexm merged 746 commits from 8622-testToMaster into master 2025-02-18 07:54:25 +00:00
1 changed files with 0 additions and 2 deletions
Showing only changes of commit 11cfca5d80 - Show all commits

View File

@ -4,8 +4,6 @@ import UserPanel from 'src/components/UserPanel.vue';
import axios from 'axios';
import { useState } from 'src/composables/useState';
vi.mock('axios');
describe('UserPanel', () => {
let wrapper;
let vm;