WebReflection / uhtml

A micro HTML/SVG render

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Any suggestion for testing framework?

aelbore opened this issue · comments

commented

as for now im trying to use vitest, using render doesnt work to render, so what i did is i create a custom element container (lit-element) then use the render function of lit-element

you don't need lit-element to create custom elements hence, if that's your solution, you don't need lit at all.

this project also has 100% test coverage so you can see how that's done.

this is not an issue so I'll close this but feel free to ask more if needed 👋