jaydenseric / ruck

Ruck is an open source buildless React web application framework for Deno.
https://ruck.tech
MIT License
149 stars 1 forks source link

Add tests for 100% code coverage #1

Open jaydenseric opened 2 years ago

jaydenseric commented 2 years ago

Most of the easy tests and a few very tricky ones have been written, but more need to added to achieve 100% code coverage.

Once 100% code coverage is achieved, the test script needs to be updated to exit with an error code if there is uncovered code.