refactor: refs #8380 remove unnecessary stubs in VnImg test wrapper

This commit is contained in:
Jose Antonio Tubau 2025-01-20 14:47:04 +01:00
parent e884bab1ea
commit 096f0c57ba
1 changed files with 0 additions and 3 deletions

View File

@ -8,9 +8,6 @@ const isEmployeeMock = vi.fn();
function generateWrapper(storage = 'images') {
wrapper = createWrapper(VnImg, {
global: {
stubs: ['Qimg', 'QDialog'],
},
props: {
id: 123,
zoomResolution: '400x400',