UNPKG

@yoroi/common

Version:

The Common package of Yoroi SDK

15 lines (13 loc) 255 B
import {QueryClient} from 'react-query' export const queryClientFixture = () => new QueryClient({ defaultOptions: { queries: { retry: false, cacheTime: 0, }, mutations: { retry: false, }, }, })