import { MockProductCollection } from '@daffodil/product/testing'
Mocked DaffProductCollection object.
class MockProductCollection extends MockCollection<DaffProduct> implements DaffProductCollection {
metadata: DaffCollectionMetadata = this.createMetadata()
data: Record<T["id"], T> = daffIdentifiableArrayToDict(this._items)
}