webtides / element-js

Simple and lightweight base classes for web components with a beautiful API
MIT License
28 stars 3 forks source link

Feature/better tests for template element #55

Closed eddyloewen closed 2 years ago

eddyloewen commented 2 years ago

This is in preparation to be able to confidently merge the changes for the custom vanilla renderer to be way faster. This adds more tests for rendering templates and also makes the template tests so that we can tests against multiple renderer implementations.

I will add some tests for "unsafeHTML" tomorrow. @quarkus @lukas-schardt is there anything else missing in terms of template rendering ?

eddyloewen commented 2 years ago

This branch has been merged into #59