You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running tests on a local project get's the following errors since the publish of 0.13.1
● Test suite failed to run
Cannot find module 'graphql/language/parser' from 'graphql-tag.umd.js'
at Resolver.resolveModule (node_modules/jest-resolve/build/index.js:194:17)
at node_modules/graphql-tag/lib/graphql-tag.umd.js:7:14
at node_modules/graphql-tag/lib/graphql-tag.umd.js:2:65
at Object.<anonymous> (node_modules/graphql-tag/lib/graphql-tag.umd.js:5:2)
FAIL
● Test suite failed to run
Cannot find module 'graphql/language/printer' from 'bundle.umd.js'
at Resolver.resolveModule (node_modules/jest-resolve/build/index.js:194:17)
at Object.<anonymous>.Object.setPrototypeOf.__proto__ (node_modules/apollo-link/lib/bundle.umd.js:2:138)
at Object.<anonymous> (node_modules/apollo-link/lib/bundle.umd.js:5:2)
ryota-murakami, whtsky, stefanmaric, saaage, andrew-w-ross and 12 more