import { MockProductImage } from '@daffodil/product/testing'
Mocked DaffProductImage object.
class MockProductImage implements DaffProductImage {
id: faker.string.uuid() = faker.string.uuid()
url: string = productImageUrlsList[faker.number.int(productImageUrlsList.length-1)]
label: faker.lorem.sentence() = faker.lorem.sentence()
}