DaffProductFactory
Factory for creating simple DaffProduct
s of no special kind.
import { DaffProductFactory } from '@daffodil/product/testing'
@Injectable()
class DaffProductFactory extends DaffModelFactory<DaffProduct> {}
Factory for creating simple DaffProduct
s of no special kind.
import { DaffProductFactory } from '@daffodil/product/testing'
@Injectable()
class DaffProductFactory extends DaffModelFactory<DaffProduct> {}