vue-jest icon indicating copy to clipboard operation
vue-jest copied to clipboard

babelConfig option is only used for Typescript

Open jdmerinor opened this issue 4 years ago • 1 comments

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.

jdmerinor avatar Apr 15 '20 06:04 jdmerinor

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.

vvanpo avatar Jul 28 '20 04:07 vvanpo