mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
4 lines
58 B
JavaScript
4 lines
58 B
JavaScript
|
export function getDefaultClient() {
|
||
|
return jest.fn()
|
||
|
}
|