If I use import/export from ES6 then all my Jest tests fail with error:
import/export
Unexpected reserved word
I convert my object un
In addition to installing babel-jest (which comes with Jest by default now) be sure to install regenerator-runtime.
babel-jest
regenerator-runtime