UNPKG

react-native-cross-components

Version:
18 lines (17 loc) 454 B
const mock = { read: () => { }, write: () => { }, diff: () => { }, watch: () => { }, evict: () => { }, reset: () => { }, removeOptimistic: () => { }, performTransaction: () => { }, recordOptimisticTransaction: () => { }, transformDocument: () => { }, readQuery: () => { }, readFragment: () => { }, writeQuery: () => { }, writeFragment: () => { }, }; module.exports = { InMemoryCache: () => mock };