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

Conditional child component set to false should not be included in output

Open eddyerburgh opened this issue 6 years ago • 0 comments

Conditional components that are false render as a comment: <!---->

jest-vue-serializer should strip these out for an improved diff.

(Original issue https://github.com/vuejs/vue-test-utils/issues/792)

eddyerburgh avatar Jul 29 '18 07:07 eddyerburgh