Plain text in slot is not captured #48
Labels
branch created
A branch for this issue exists
bug
Something isn't working
help wanted
Extra attention is needed
In a simple component like
Where you could use it like so in a test
The output should be
<button>text</button>
but instead is<button></button>
.This is not the case normally, there is something wrong with the setup in this repo (and likely in the original
jest-serializer-vue
repo). See: vuejs/vue-test-utils#1439The text was updated successfully, but these errors were encountered: