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
{{ message }}
This repository was archived by the owner on Jan 26, 2019. It is now read-only.
import { graphql } from 'graphql'
console.log(graphql)
yarn test -t 'renders without crashing'
Expected Behavior
Test should pass
Actual Behavior
FAIL src/App.test.tsx
● Test suite failed to run
/Users/mbrowne/_temp/test-app/node_modules/graphql/index.mjs:2
export { graphql, graphqlSync } from './graphql';
^^^^^^
SyntaxError: Unexpected token export
Solution
This is a known bug in create-react-app. The fix should be simple: simply merge this PR into this repo (it was already merged into the official create-react-app).