vue-jest
vue-jest copied to clipboard
babelConfig option is only used for Typescript
I don't understand why the babelConfig option is only used by the TS transformer, shouldn't this also get used by the babel transformer? if not I guess this should be clarified on the docs so people don't waste time on this. Also if the person is passing the config directly to babel-jest instead of using a global file vue-jest becomes impossible to use.
The babelConfig
option was removed entirely in https://github.com/vuejs/vue-jest/releases/tag/v4.0.0-beta.0
So I think we need to remove all references of it in the README.md.