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
352 stars 25 forks source link

0.9.0 (6) - Add integration test for vitest #221

Closed phryneas closed 1 month ago

phryneas commented 1 month ago

Vitest is a bit tricky, both because we have to manually set --conditions browser and somehow get around the dual package hazard. This seems to work as a minimal setup.