import { MockCategoryBreadcrumb } from '@daffodil/category/testing'
class MockCategoryBreadcrumb implements DaffCategoryBreadcrumb {
id: faker.datatype.uuid() = faker.datatype.uuid()
name: faker.commerce.productMaterial() = faker.commerce.productMaterial()
level: faker.datatype.number({ min: 1, max: 5 }) = faker.datatype.number({ min: 1, max: 5 })
url: faker.commerce.productMaterial() = faker.commerce.productMaterial()
}