stable
Clone or download
Read-only
Note that I had to keep the basic <script> to avoid issues with ForkTsCheckerWebpackPlugin. This could be avoided with vue-tsc but switching of typechecking is not the goal of thi set of patches. Also, unplugin-vue2-script-setup/jest was not used to configure Jest because it still uses vue-jest (I will contribute a patch upstream). Part of request #25317 Demonstrate how to use Composition API in Vue 2 app Change-Id: I9cf8b438819999a9013d9d817ab641a004f2083e
Modified Files
Name | ||||
---|---|---|---|---|
M | package.json | +1 | −0 | Go to diff View file |
M | plugins/testplan/jest.config.js | +5 | −0 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/Campaigns/CreateModalErrorFeedback.vue | +7 | −12 | Go to diff View file |
M | plugins/testplan/tsconfig.json | +6 | −1 | Go to diff View file |
M | plugins/testplan/webpack.common.js | +1 | −0 | Go to diff View file |
M | pnpm-lock.yaml | +369 | −335 | Go to diff View file |
A | tests/jest/vue2-script-setup-jest-process.js | +28 | −0 | Go to diff View file |