Jest not parsing es6: SyntaxError: Unexpected token import
问题 I am trying to setup Jest with my webpack project. When I run my tests, Jest complains it cannot read es6 code. Babel seems to not transform my test files. I have tried various solutions I have found on the internet but I'm still stumped. Maybe somebody with more Babel/Webpack knowledge can look at my config and help me out. relevant package.json script: { "test": "jest --no-cache --config config/jest.config.js" } relevant package.json deps: "@babel/core": "^7.2.2", "@babel/plugin-proposal