UNPKG

next-with-apollo

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