Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slot bug repro #46

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

Slot bug repro #46

wants to merge 11 commits into from

Conversation

TheJaredWilcurt
Copy link
Member

@TheJaredWilcurt TheJaredWilcurt commented Feb 19, 2020

Coverage Status

This is a reproduction of the bug seen in #48. I have no idea why this bug occurs or what to change to fix it.

  • Functionality
  • Tests
  • Documentation
  • Version bump
  • Update deps

@TheJaredWilcurt TheJaredWilcurt added the help wanted Extra attention is needed label Mar 4, 2020
@TheJaredWilcurt TheJaredWilcurt changed the title Bug repro Slot bug repro Mar 15, 2020
});

expect(wrapper.html())
.toEqual('<button>test</button>');
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test should be passing, but instead gets this:

    Expected: "<button>test</button>"
    Received: "<button></button>"

      17 | 
      18 |     expect(wrapper.html())
    > 19 |       .toEqual('<button>test</button>');
         |        ^
      20 | 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant