mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-15 11:50:19 -06:00
* fix(cli-plugin-unit-jest): use ts-jest babelConfig When using Typescript and Babel, ts-jest should use babel to transform result for correct JSX transforms close #3100 * refactor: write generator a bit differently. previous way could end up with ugly `global: undefined` when not using babel