UNPKG

next-with-apollo

Version:
8 lines (6 loc) 216 B
import withApollo, { ApolloApp, initApollo } from '../'; it('Should have the required exports', () => { expect(withApollo).toBeDefined(); expect(initApollo).toBeDefined(); expect(ApolloApp).toBeDefined(); });