apollographql / apollo-client-nextjs

Apollo Client support for the Next.js App Router
https://www.npmjs.com/package/@apollo/experimental-nextjs-app-support
MIT License
351 stars 25 forks source link

0.9.0 (5) - Add integration test for jest #220

Closed phryneas closed 1 month ago

phryneas commented 1 month ago

We need to make sure the libraries work nicely with Jest.

phryneas commented 1 month ago

Ugh. More dependency problems. I'll probably move the integration tests into their separate yarn sub-monorepo tomorrow.

phryneas commented 1 month ago

Well, that was painful. But seems like CI is doing fine now.