vuejs / vue-cli

🛠️ webpack-based tooling for Vue.js Development
https://cli.vuejs.org/
MIT License
29.76k stars 6.33k forks source link

Improved Jest-Serializer #5418

Open TheJaredWilcurt opened 4 years ago

TheJaredWilcurt commented 4 years ago

What problem does this feature solve?

I've forked off of the jest-serializer-vue repo and have added many new features and had over a dozen releases since the fork. This is a complete re-write with 100% test code coverage.

Major features:

What does the proposed API look like?

Change the dependency from jest-serializer-vue to jest-serializer-vue-tjw:

Change the jest config from jest-serializer-vue to jest-serializer-vue-tjw:

alex-dev commented 2 years ago

Is there any interest for this change?