diff --git a/frontend/modules/commercial/components/__tests__/SupplierContactBlock.spec.ts b/frontend/modules/commercial/components/__tests__/SupplierContactBlock.spec.ts index 9da0287..acfce8c 100644 --- a/frontend/modules/commercial/components/__tests__/SupplierContactBlock.spec.ts +++ b/frontend/modules/commercial/components/__tests__/SupplierContactBlock.spec.ts @@ -1,4 +1,4 @@ -import { describe, it, expect } from 'vitest' +import { describe, it, expect, vi } from 'vitest' import { mount } from '@vue/test-utils' import { defineComponent, h, ref, computed } from 'vue' import { emptyContact } from '~/modules/commercial/types/supplierForm'