glimmerjs / glimmer-web-component

Library to boot up your Glimmer components as Web Components
https://glimmerjs.com/guides/using-glimmer-as-web-components
MIT License
30 stars 11 forks source link

Improve tests #12

Closed pittst3r closed 7 years ago

pittst3r commented 7 years ago

I attempted to reproduce #11, but couldn't, then discovered that @chadhietala's problem was because of the invalid self-closing custom element. Here are the changes that came out of that.