VulcanJS / vulcan-npm

The full-stack JavaScript App Framework
https://vulcan-docs.vercel.app
MIT License
30 stars 8 forks source link

Feature/jest 28 #115

Closed eric-burel closed 2 years ago

eric-burel commented 2 years ago

Improve the Apollo Client patch with a full export map; import gql from graphql-tag, fixes the way we import server-only test, now if the test is in a "server" folder we stop trying to run it in a JSDom environment.