mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
4 lines
146 B
TypeScript
4 lines
146 B
TypeScript
|
import { assets } from '../../__fixtures__/assetsWithAccessDetails'
|
||
|
|
||
|
export const getAccessDetailsForAssets = jest.fn().mockResolvedValue(assets)
|