GitHub

DaffProductFactory

import { DaffProductFactory } from '@daffodil/product/testing'

Factory for creating simple DaffProducts of no special kind.

@Injectable()
class DaffProductFactory extends DaffModelFactory<DaffProduct> {}