JSideris / DOThtml

A human-friendly way to build highly-dynamic web pages in pure JavaScript.
2 stars 4 forks source link

Get rid of the core test file. #161

Closed JSideris closed 5 months ago

JSideris commented 6 months ago

Jest already does everything we need. The original reason for the test core is because the original test suite would render to a website. But we don't need this anymore and it just complicates things. We may still want a helper function to parse output and stuff.