GitHub

DaffProductFactory

Factory for creating simple DaffProducts of no special kind.

import { DaffProductFactory } from '@daffodil/product/testing'
@Injectable()
class DaffProductFactory extends DaffModelFactory<DaffProduct> {}