import { MockDaffCustomerStoreCredit } from '@daffodil/customer-store-credit/testing'
Mock class for DaffCustomerStoreCredit
.
class MockDaffCustomerStoreCredit implements DaffCustomerStoreCredit {
balance: faker.number.int({ min: 0, max: 1000 }) = faker.number.int({ min: 0, max: 1000 })
}