import { MockDaffCustomerAddressEntity } from '@daffodil/customer/state/testing'
Mock class for DaffCustomerAddressEntity
.
class MockDaffCustomerAddressEntity extends MockDaffCustomerAddress implements DaffCustomerAddressEntity {
daffState: DaffState = DaffState.Stable
daffErrors: any[] = []
daffTemp: boolean = false
}