import { MockOrderCollection } from '@daffodil/order/testing'
Mocked DaffOrderCollection object.
class MockOrderCollection implements DaffOrderCollection {
metadata: DaffCollectionMetadata
data: Record<string, DaffOrder>
protected orderFactory: DaffOrderFactory
protected metadataFactory: DaffCollectionMetadataFactory
}