vuejs / vue-jest

Jest Vue transformer
MIT License
742 stars 159 forks source link

babelConfig option is only used for Typescript #234

Open jdmerinor opened 4 years ago

jdmerinor commented 4 years ago

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.

vvanpo commented 3 years ago

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.