MockDaffCartCoupon
import { MockDaffCartCoupon } from '@daffodil/cart/testing'
class MockDaffCartCoupon implements DaffCartCoupon {
id: faker.datatype.uuid()
code: faker.random.alphaNumeric(20)
description: faker.random.words(5)
}
Properties
Name | Type | Description |
---|---|---|
id | faker.datatype.uuid() | |
code | faker.random.alphaNumeric(20) | |
description | faker.random.words(5) |