From 096f0c57ba73829420de4dae1ee4fcf2971232a4 Mon Sep 17 00:00:00 2001 From: jtubau Date: Mon, 20 Jan 2025 14:47:04 +0100 Subject: [PATCH] refactor: refs #8380 remove unnecessary stubs in VnImg test wrapper --- src/components/ui/__tests__/VnImg.spec.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/components/ui/__tests__/VnImg.spec.js b/src/components/ui/__tests__/VnImg.spec.js index cb97d89f8..39dd10775 100644 --- a/src/components/ui/__tests__/VnImg.spec.js +++ b/src/components/ui/__tests__/VnImg.spec.js @@ -8,9 +8,6 @@ const isEmployeeMock = vi.fn(); function generateWrapper(storage = 'images') { wrapper = createWrapper(VnImg, { - global: { - stubs: ['Qimg', 'QDialog'], - }, props: { id: 123, zoomResolution: '400x400',