refactor: refs #8380 remove unnecessary stubs in VnImg test wrapper
This commit is contained in:
parent
e884bab1ea
commit
096f0c57ba
|
@ -8,9 +8,6 @@ const isEmployeeMock = vi.fn();
|
||||||
|
|
||||||
function generateWrapper(storage = 'images') {
|
function generateWrapper(storage = 'images') {
|
||||||
wrapper = createWrapper(VnImg, {
|
wrapper = createWrapper(VnImg, {
|
||||||
global: {
|
|
||||||
stubs: ['Qimg', 'QDialog'],
|
|
||||||
},
|
|
||||||
props: {
|
props: {
|
||||||
id: 123,
|
id: 123,
|
||||||
zoomResolution: '400x400',
|
zoomResolution: '400x400',
|
||||||
|
|
Loading…
Reference in New Issue