fix/backend-test-mocks #34
@@ -3,6 +3,12 @@ import { jest } from '@jest/globals'
|
|||||||
jest.unstable_mockModule('../cima-service.js', () => ({
|
jest.unstable_mockModule('../cima-service.js', () => ({
|
||||||
searchMedicines: jest.fn(async () => []),
|
searchMedicines: jest.fn(async () => []),
|
||||||
getMedicineDetails: jest.fn(async () => null),
|
getMedicineDetails: jest.fn(async () => null),
|
||||||
|
searchOTC: jest.fn(async () => []),
|
||||||
|
}))
|
||||||
|
|
||||||
|
jest.unstable_mockModule('../off-service.js', () => ({
|
||||||
|
searchBabyProducts: jest.fn(async () => []),
|
||||||
|
getBabyProductDetails: jest.fn(async () => null),
|
||||||
}))
|
}))
|
||||||
|
|
||||||
jest.unstable_mockModule('../farmacias-webhook-import.js', () => ({
|
jest.unstable_mockModule('../farmacias-webhook-import.js', () => ({
|
||||||
|
|||||||
Reference in New Issue
Block a user