MagentoSimpleProductFactory
A factory for creating stub data for MagentoSimpleProduct
s.
import { MagentoSimpleProductFactory } from '@daffodil/product/driver/magento/testing'
@Injectable()
class MagentoSimpleProductFactory extends DaffModelFactory<MagentoSimpleProduct> {}