0
0
Fork 0

fix: refs #7065 removed

unnecessary code
This commit is contained in:
PAU ROVIRA ROSALENY 2025-02-03 11:43:48 +01:00
parent b4b096ef9e
commit 11cfca5d80
1 changed files with 0 additions and 2 deletions

View File

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